示例#1
0
文件: Proxied.cs 项目: AnonK2/planet
 private void OnDestroy()
 {
     VirtualOnDestroy();
     ComponentList.OnEnd(this);
 }
示例#2
0
 private void OnDestroy()
 {
     ComponentList.OnEnd(this);
 }
示例#3
0
 private void Awake()
 {
     ComponentList.OnStart(this);
 }