protected virtual void Awake()
 {
     if (this is IMixin)
     {
         MixinUtil.Initialize(this as IMixin);
     }
 }
 protected virtual void Awake()
 {
     if (this is IMixin)
     {
         MixinUtil.Initialize(this as IMixin);
     }
     //this.SyncEntityRoot();
 }