예제 #1
0
 protected override void OnAwake()
 {
     base.OnAwake();
     //把组件加入基础组件列表
     GameEntry.RegisterBaseComponent(this);
 }