// Use this for initialization
 void Start()
 {
     m_spawnTimer = new AritomiTimer(m_spawnTime);
     m_spawnTimer.Start();
 }