コード例 #1
0
 void Start()
 {
     rPM = new Timer();
     rPM.SetTimer(stats.GetRPM());
     health = stats.GetTowerHealth();
     target = null;
 }