CNCMaps.Engine.Game.Theater.Theater C# (CSharp) Method

Theater() public method

public Theater ( TheaterType theaterType, EngineType engine, System.IniFile rules, System.IniFile art ) : System
theaterType TheaterType
engine EngineType
rules System.IniFile
art System.IniFile
return System
        public Theater(TheaterType theaterType, EngineType engine, IniFile rules, IniFile art)
        {
            _theaterType = theaterType;
            _engine = engine;
            _rules = rules;
            _art = art;
        }

Same methods

Theater::Theater ( TheaterType theaterType, EngineType engine ) : System