ArcadeRPG.GameOver.GameOver C# (CSharp) Method

GameOver() public method

public GameOver ( ) : System
return System
        public GameOver()
        {
            state = State.HIDE;
            color = Color.Black;
            offset = new Vector2(0, 0);
            exit = false;
        }