Example #1
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();
        }
Example #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();
        }