Files

9 lines
121 B
C#
Raw Permalink Normal View History

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