World borders (#296)

* world edge mechanic

* visual fog
This commit is contained in:
Ed
2024-07-03 14:06:32 +03:00
committed by GitHub
parent 074ec3e17d
commit e9aab2b722
10 changed files with 267 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
namespace Content.Shared._CP14.WorldEdge;
public abstract class CP14SharedWorldEdgeSystem : EntitySystem
{
}