fCraft.Football.Football C# (CSharp) Method

Football() public method

public Football ( Player player, World world, Vector3I FootballPos ) : System
player Player
world World
FootballPos Vector3I
return System
        public Football( Player player, World world, Vector3I FootballPos )
        {
            _world = world;
            Player.Clicked += ClickedFootball;
        }