コード例 #1
0
 // Use this for initialization
 void Start()
 {
     BallContainerSingleton = this;
     ballContainer          = new List <Ball>();
 }
コード例 #2
0
ファイル: LocalPlayerObj.cs プロジェクト: STak4/AngelHack2019
 // Start is called before the first frame update
 void Start()
 {
     ballContainer = GameObject.Find("BallContainer").GetComponent <BallContainer>();
 }