コード例 #1
0
ファイル: EggStatus.cs プロジェクト: Cirnol/Unity-Games
 private void Update()
 {
     text.text = "Current Laser Count: " + Egg.GetEggCount();
 }