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

9 lines
118 B
C#
Raw Normal View History

namespace MissionTmaLib;
public enum ClanType
{
Environment = 0,
Player = 1,
AI = 2,
Neutral = 3
}