namespace ET.Server { [ComponentOf(typeof (WNPlayer))] public class PlayerMoneyComponent: Entity, IAwake<WNPlayer>, IDestroy { /** 玩家对象 **/ public WNPlayer Player { get; set; } } }