GetWaterfallStyle() public static method

public static GetWaterfallStyle ( int style ) : ModWaterfallStyle
style int
return ModWaterfallStyle
Ejemplo n.º 1
0
 /// <summary>
 /// Returns the ModWaterfallStyle with the given ID.
 /// </summary>
 public static ModWaterfallStyle GetModWaterfallStyle(int style) => WaterfallStyleLoader.GetWaterfallStyle(style);