Files
crystall-punk-14/Content.Shared/_CP14/WorldSprite/WorldSpriteVisualLayer.cs
Tornado Tech f6d81c04c0 Added world sprite system (#397)
* Added world sprite system

* Added important comment
2024-08-19 18:41:56 +03:00

7 lines
106 B
C#

namespace Content.Shared._CP14.WorldSprite;
public enum WorldSpriteVisualLayers : byte
{
Layer,
}