Ejemplo n.º 1
0
 protected override void OnAwake()
 {
     //基础组件注册
     GameEntry.RegisterComponent(this);
     base.OnAwake();
 }