using System; [Serializable] public class DeepCaveDungeonPlayProperty : GameModPlayProperty { public uint enterTicketCount; public uint tryCount; public uint clearCount; }