コード例 #1
0
ファイル: Aircraft.cs プロジェクト: jeffreywmoon/AWaTS
        // instantiate the systems and spec
        protected void Init()
        {
            flightComputer = new Systems.FlightComputer();
            targettingSystem = new Systems.TargettingSystem();
            radarSystem = new Systems.RadarSystem();
            weaponSystem = new Systems.WeaponSystem();

            spec = new Specs.Spec();
        }
コード例 #2
0
        // instantiate the systems and spec
        protected void Init()
        {
            flightComputer   = new Systems.FlightComputer();
            targettingSystem = new Systems.TargettingSystem();
            radarSystem      = new Systems.RadarSystem();
            weaponSystem     = new Systems.WeaponSystem();

            spec = new Specs.Spec();
        }