Ballz.GameSession.Logic.WeaponControl.WeaponControl C# (CSharp) Method

WeaponControl() public method

public WeaponControl ( Ball ball, Ballz game ) : System
ball Ballz.GameSession.World.Ball
game Ballz
return System
        public WeaponControl(Ball ball, Ballz game)
        {
            Ball = ball;
            Game = game;
        }