Inheritance: System.EventArgs
Esempio n. 1
0
        public void OnPlayersAtDistance(object sender, PlayersAtDistanceArgs args)
        {
            //called from OnPlayerMoved/OnPlayerJoined under the lock

            //do smth with players from args and call
            //FindPlayersAtDistance(Player p) for those whos status was changed
        }
        public void OnPlayersAtDistance(object sender, PlayersAtDistanceArgs args)
        {
            //called from OnPlayerMoved/OnPlayerJoined under the lock

            //do smth with players from args and call
            //FindPlayersAtDistance(Player p) for those whos status was changed
        }