mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-05-18 11:21:18 +03:00
9 lines
121 B
C#
9 lines
121 B
C#
![]() |
namespace MissionTmaLib;
|
|||
|
|
|||
|
public enum GameObjectType
|
|||
|
{
|
|||
|
Building = 0,
|
|||
|
Warbot = 1,
|
|||
|
Tree = 2,
|
|||
|
Stone = 3
|
|||
|
}
|