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