Exemple #1
0
 protected override void OnAwake()
 {
     base.OnAwake();
     //把自己加入基础组件列表
     GameEntry.RegisterComponent(this);
 }