Package zombie.scripting.objects
Class VehicleScript.Sounds
java.lang.Object
zombie.scripting.objects.VehicleScript.Sounds
- Enclosing class:
- VehicleScript
public static class VehicleScript.Sounds
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
backSignal
boolean
backSignalEnable
java.lang.String
horn
boolean
hornEnable
-
Constructor Summary
Constructors Constructor Description Sounds()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
hornEnable
public boolean hornEnable -
horn
public java.lang.String horn -
backSignalEnable
public boolean backSignalEnable -
backSignal
public java.lang.String backSignal
-
-
Constructor Details
-
Sounds
public Sounds()
-