예제 #1
0
 void Awake()
 {
     instance = this;
     portal.ThrowIfNull();
     timer.ThrowIfNull();
     player.ThrowIfNull();
     aq = gameObject.AddComponent <ActionQueue>();
 }