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