Plugin.Train.DoorChange C# (CSharp) Method

DoorChange() public method

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.
return void
		public void DoorChange(DoorStates oldState, DoorStates newState) {
		}