Ballz.GameSession.Logic.Weapons.Pistol.Pistol C# (CSharp) Method

Pistol() public method

public Pistol ( Ball ball, Ballz game ) : System
ball Ballz.GameSession.World.Ball
game Ballz
return System
        public Pistol(Ball ball, Ballz game)
            : base(ball, game)
        {
        }