Blink.GUI.StateCharacterSelect.StateCharacterSelect C# (CSharp) Method

StateCharacterSelect() public method

public StateCharacterSelect ( Vector2 screenSize, String title, GameState l, GameState g ) : System
screenSize Vector2
title String
l GameState
g GameState
return System
        public StateCharacterSelect(Vector2 screenSize, String title, GameState l, GameState g)
        {
            this.levelState = l;
            this.game = g;
            this.screenSize = screenSize;
            this.titleString = title;
        }