EntityStorage ECS (#9291)

This commit is contained in:
Nemanja
2022-07-13 19:11:59 -04:00
committed by GitHub
parent a655891a8d
commit 5edf2ccad5
46 changed files with 1057 additions and 1126 deletions

View File

@@ -77,6 +77,7 @@ namespace Content.Shared.Storage
public enum StorageVisuals : byte
{
Open,
HasContents,
CanLock,
Locked
}