private void OffAsteroid() { AsteroidPool.PutAsteroid(this); }
private void OnDestroyAsteroid() { AsteroidPool.PutAsteroid(this); }