fCraft.Football.Football C# (CSharp) Метод

Football() публичный Метод

public Football ( Player player, World world, Vector3I FootballPos ) : System
player Player
world World
FootballPos Vector3I
Результат System
        public Football( Player player, World world, Vector3I FootballPos )
        {
            _world = world;
            Player.Clicked += ClickedFootball;
        }