コード例 #1
0
ファイル: perchEnable.cs プロジェクト: Bruno13/TheForest
 private void Awake()
 {
     this.burn = base.transform.root.GetComponentInChildren <BurnDummy>();
 }
コード例 #2
0
ファイル: perchEnable.cs プロジェクト: GameDiffs/TheForest
 private void Awake()
 {
     this.burn = base.transform.root.GetComponentInChildren<BurnDummy>();
 }