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