예제 #1
0
 public BoxLightState FindState(BoxLightStateType stateType)
 {
     object[] objArray1 = new object[] { stateType };
     return(base.method_14 <BoxLightState>("FindState", objArray1));
 }
예제 #2
0
 public void SetLightState(BoxLightStateType stateType)
 {
     object[] objArray1 = new object[] { stateType };
     base.method_8("SetLightState", objArray1);
 }
예제 #3
0
 public void ChangeStateImpl(BoxLightStateType stateType)
 {
     object[] objArray1 = new object[] { stateType };
     base.method_8("ChangeStateImpl", objArray1);
 }