Merge pull request #6 from techi602/duplo-train-sound

DuploTrainBaseSounds BREAK & STEAM added
This commit is contained in:
Nathan Kellenicki 2018-12-25 11:34:59 -08:00 committed by GitHub
commit d33d2047a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,9 +54,11 @@ export enum ButtonStates {
export enum DuploTrainBaseSounds {
BREAK = 3,
STATION_DEPARTURE = 5,
WATER_REFILL = 7,
HORN = 9
HORN = 9,
STEAM = 10
}