mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-05-19 11:51:17 +03:00
9 lines
118 B
C#
9 lines
118 B
C#
![]() |
namespace MissionTmaLib;
|
|||
|
|
|||
|
public enum ClanType
|
|||
|
{
|
|||
|
Environment = 0,
|
|||
|
Player = 1,
|
|||
|
AI = 2,
|
|||
|
Neutral = 3
|
|||
|
}
|