export class GdProjectileEffect { type; amount; speed; constructor(type, amount, speed) { this.type = type; this.amount = amount; this.speed = speed; } } //# sourceMappingURL=GdProjectileEffect.js.map