namespace RPG.GameCore.Level.Battle; public class BattleAreaReferenceInfo { public uint GroupID { get; set; } public uint ID { get; set; } }