public void Die() { CommandProcessor.Stop(); Navigation.Stop(); Following.Stop(); Arsenal.Deinit(); if (OnDeath != null) { OnDeath(this); } }