Exemplo n.º 1
0
 public void ChangeLight(BoxLightState state, BoxLightInfo lightInfo)
 {
     object[] objArray1 = new object[] { state, lightInfo };
     base.method_8("ChangeLight", objArray1);
 }
Exemplo n.º 2
0
 public void ChangeAmbient(BoxLightState state)
 {
     object[] objArray1 = new object[] { state };
     base.method_8("ChangeAmbient", objArray1);
 }