예제 #1
0
 @Override
 public void setLightType(int light, int type, int kind) {
   super.setLightType(light, type, kind);
   re.checkAndLogErrors("setLightType");
 }