コード例 #1
0
ファイル: GoalZone.cs プロジェクト: Angelsinhbfs/Primary_Game
 void Awake()
 {
     protectMan   = GameObject.FindGameObjectWithTag("SceneManagers").GetComponent <ProtectManager>();
     captureTimer = GetComponentInChildren <Text>();
 }
コード例 #2
0
ファイル: Door.cs プロジェクト: Angelsinhbfs/Primary_Game
 void Awake()
 {
     protectMan = GameObject.FindGameObjectWithTag("SceneManagers").GetComponent <ProtectManager>();
 }