Exemple #1
0
    public virtual void Fire()
    {
        GameGunEntity gun = CurrentGun;

        if (gun != null)
        {
            gun.Fire();
        }
    }