示例#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);
 }