interface ProjectileShootOptions {
    uncertainty?: number;
}

Properties

Properties

uncertainty?: number