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 15:07:48 +04:00
Code
Issues
Activity
Files
53696a9f1c9ecc32fd3f72688d373b7956c3707a
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