spaceconquest.Ship.kill C# (CSharp) Method

kill() public method

public kill ( ) : void
return void
        public override void kill()
        {
            hex.RemoveObject();
            if (ghosthex != null) ghosthex.ClearGhostObject();
            if (affiliation != null) { affiliation.army.Remove(this); affiliation = null; }
            Console.WriteLine("killed");
        }