GetDust() public static method

public static GetDust ( int type ) : ModDust
type int
return ModDust
Beispiel #1
0
 /// <summary>
 /// Gets the ModDust instance with the given type. Returns null if no ModDust with the given type exists.
 /// </summary>
 public static ModDust GetModDust(int type) => ModDust.GetDust(type);