public AthenaProjectile(AthenaProjectileInfo info, ProjectileArgs args) { this.args = args; altitude = info.Altitude; delay = info.Delay; }