0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-05-18 19:31:17 +03:00
ParkanPlayground/MissionTmaLib/GameObjectType.cs

9 lines
121 B
C#

namespace MissionTmaLib;
public enum GameObjectType
{
Building = 0,
Warbot = 1,
Tree = 2,
Stone = 3
}