SmartboyDevelopments.Haxxit.MonoGame.GameStates.TutorialState.TutorialState C# (CSharp) Method

TutorialState() public method

public TutorialState ( MapDisplayGameState display_map_state ) : System
display_map_state MapDisplayGameState
return System
        public TutorialState(MapDisplayGameState display_map_state)
            : base()
        {
            this.display_map_state = display_map_state;
        }