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