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) {
		}