|
![]() |
#11 |
morpheus
Регистрация: 08.03.2007
Сообщений: 3,747
|
![]()
ни фига не выходит у меня.
системе не удается найти указанный путь. Что не так делаю? // Source File Name: CarWW1.java package com.maddox.il2.objects.vehicles.cars; import com.maddox.il2.ai.ground.TgtVehicle; // Referenced classes of package com.maddox.il2.objects.vehicles.cars: // CarGeneric public abstract class CarWW1 { public static class Austro_Daimler extends CarGeneric { public Austro_Daimler() { } } public static class Leyland extends CarGeneric { public Leyland() { } } public static class Renault_AG extends CarGeneric { public Renault_AG() { } } public static class Mack_AS extends CarGeneric { public Mack_AS() { } } public static class Renault extends CarGeneric { public Renault() { } } public static class Renault_AG extends CarGeneric { public Renault_AG() { } } public static class Renault_AG_TENT_US extends CarGeneric { public Renault_AG_TENT_US() { } } public static class Renault_TENT extends CarGeneric { public Renault_TENT() { } } public static class Rolls_Royce extends CarGeneric { public Rolls_Royce() { } } public static class Rolls_Royce_TENT extends CarGeneric { public Rolls_Royce_TENT() { } } public CarWW1() { } static { new CarGeneric.SPAWN(com.maddox.il2.objects.vehicles.c ars.CarAustro_Daimler.class); new CarGeneric.SPAWN(com.maddox.il2.objects.vehicles.c ars.CarLeyland.class); new CarGeneric.SPAWN(com.maddox.il2.objects.vehicles.c ars.CarMack_AS.class); new CarGeneric.SPAWN(com.maddox.il2.objects.vehicles.c ars.CarRenault_AG.class); new CarGeneric.SPAWN(com.maddox.il2.objects.vehicles.c ars.CarRenault.class); new CarGeneric.SPAWN(com.maddox.il2.objects.vehicles.c ars.CarRenault_AG_TENT_US.class); new CarGeneric.SPAWN(com.maddox.il2.objects.vehicles.c ars.CarRenault_TENT.class); new CarGeneric.SPAWN(com.maddox.il2.objects.vehicles.c ars.CarRolls_Royce.class); new CarGeneric.SPAWN(com.maddox.il2.objects.vehicles.c ars.Rolls_Royce_TENT.class); } } |
![]() |
![]() |
Здесь присутствуют: 1 (пользователей: 0 , гостей: 1) | |
|
|