FSO.Client.GameFacade.Kill C# (CSharp) Method

Kill() public static method

Kills the application.
public static Kill ( ) : void
return void
        public static void Kill()
        {
            //TODO: Add any needed deconstruction here.
            Game.Exit();
        }