1
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-12-09 15:21:20 +04:00
Files
parkan-playground/MissionTmaLib/GameObjectType.cs

9 lines
121 B
C#

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