Merge pull request #9 from churchs19/master
Fixing spelling of DuploTrainBaseSounds.BRAKE to match documentation and actual sound
This commit is contained in:
commit
d812f080e5
@ -113,7 +113,7 @@ export enum ButtonState {
|
|||||||
* @property {number} STEAM 10
|
* @property {number} STEAM 10
|
||||||
*/
|
*/
|
||||||
export enum DuploTrainBaseSound {
|
export enum DuploTrainBaseSound {
|
||||||
BREAK = 3,
|
BRAKE = 3,
|
||||||
STATION_DEPARTURE = 5,
|
STATION_DEPARTURE = 5,
|
||||||
WATER_REFILL = 7,
|
WATER_REFILL = 7,
|
||||||
HORN = 9,
|
HORN = 9,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user