using Fantasy.Entitas; namespace NBF { public class PlayerItem : Entity { /// /// 配置id /// public int ConfigID; } }