using System; [Serializable] public abstract class GameModPlayProperty { public uint id = 1; public uint level = 1; }