Beispiel #1
0
            public static IShip Create(PhysicsState state, FactionInfo factionInfo)
            {
                if (!initialized)
                {
                    Initialize();
                }
                AndrosynthGuardianNormal returnvalue = new AndrosynthGuardianNormal(state, factionInfo);

                returnvalue.ControlHandler = new DefaultControlHandler();
                return(returnvalue);
            }
Beispiel #2
0
 public static IShip Create(PhysicsState state, FactionInfo factionInfo)
 {
     return(AndrosynthGuardianNormal.Create(state, factionInfo));
 }
Beispiel #3
0
 protected AndrosynthGuardianNormal(AndrosynthGuardianNormal copy) : base(copy)
 {
 }