예제 #1
0
 public static ItemProperty Light(IPLightBrightness brightness, IPLightColor color)
 => NWScript.ItemPropertyLight((int)brightness, (int)color);
예제 #2
0
 public static ItemProperty Light(IPLightBrightness brightness, IPLightColor color)
 {
     return(NWScript.ItemPropertyLight((int)brightness, (int)color) !);
 }