GetBuff() public static method

public static GetBuff ( int type ) : ModBuff
type int
return ModBuff
Ejemplo n.º 1
0
 /// <summary>
 /// Gets the ModBuff instance with the given type. If no ModBuff with the given type exists, returns null.
 /// </summary>
 public static ModBuff GetModBuff(int type) => BuffLoader.GetBuff(type);