Newer
Older
DungeonShooting / DungeonShooting_Godot / src / role / CampEnum.cs

public enum CampEnum
{
    // 友军
    Friend,
    // 敌人
    Enemy
}