Represents how the potion effect is delivered.
export class PotionDeliveryType { private constructor(); readonly id: string;} Copy
export class PotionDeliveryType { private constructor(); readonly id: string;}
Private
Readonly
Represents how the potion effect is delivered.
Source