Plugin.Train.DoorChange C# (CSharp) Метод

DoorChange() публичный Метод

Is called when the state of the doors changes.
public DoorChange ( DoorStates oldState, DoorStates newState ) : void
oldState DoorStates The old state of the doors.
newState DoorStates The new state of the doors.
Результат void
		public void DoorChange(DoorStates oldState, DoorStates newState) {
		}