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;
        }