示例#1
0
 protected virtual void Start()
 {
     _actors = GetComponent <AwakeGameObjectDict>();
 }
示例#2
0
 private void Reset()
 {
     _actors = gameObject.AddComponent <AwakeGameObjectDict>();
 }