MegaMan.Common.StageInfo.StageInfo C# (CSharp) Method

StageInfo() public method

public StageInfo ( ) : System
return System
        public StageInfo()
        {
            Screens = new Dictionary<string, ScreenInfo>();
            Joins = new List<Join>();
            continuePoints = new Dictionary<string, Point>();
        }