Injector sprite fix (#9011)

This commit is contained in:
Leon Friedrich
2022-07-09 21:59:39 +12:00
committed by GitHub
parent 029924e163
commit 65408f63d4
5 changed files with 28 additions and 11 deletions

View File

@@ -184,4 +184,9 @@ namespace Content.Shared.SubFloor
Covered, // is there a floor tile over this entity
ScannerRevealed, // is this entity revealed by a scanner or some other entity?
}
public enum SubfloorLayers : byte
{
FirstLayer
}
}