This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
parkan-playground
Watch
1
Fork
0
mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced
2026-08-15 02:57:49 +04:00
Code
Issues
Activity
Files
9e651a60ce88ff2ed8eddc7293e387cf85c684d6
parkan-playground
/
MissionTmaLib
/
ClanType.cs
T
9 lines
118 B
C#
Raw
Normal View
History
Unescape
Escape
добавил tma в просмотр и отрефакторил код
2024-11-26 04:05:25 +03:00
namespace
MissionTmaLib
;
public
enum
ClanType
{
Environment
=
0
,
Player
=
1
,
AI
=
2
,
Neutral
=
3
}
Copy Permalink