CNCMaps.Engine.Game.Theater.Theater C# (CSharp) Метод

Theater() публичный Метод

public Theater ( TheaterType theaterType, EngineType engine, System.IniFile rules, System.IniFile art ) : System
theaterType TheaterType
engine EngineType
rules System.IniFile
art System.IniFile
Результат 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