コード例 #1
0
 // Use this for initialization
 void Start()
 {
     m_spawnTimer = new AritomiTimer(m_spawnTime);
     m_spawnTimer.Start();
 }