Swordening.Fireball.Fireball C# (CSharp) Method

Fireball() public method

public Fireball ( SwordeningGame game, InGame gameState, Vector3 position ) : System
game SwordeningGame
gameState InGame
position Vector3
return System
        public Fireball(SwordeningGame game,InGame gameState,Vector3 position)
            : base(game,gameState,position)
        {
            ManaCost = 2;
            MovementSpeed = 4.0f;
        }