DuploTrainBaseSounds BREAK & STEAM added

This commit is contained in:
Michal Vrchota 2018-12-24 19:31:11 +01:00
parent c9033666be
commit c3e5a26bdc

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
}