OnUserApprovedUsage​Called after a player is approved to connect to the serverNo return behaviorExamples​void OnUserApproved(string playerName, string playerId, string playerIp){ Puts($"{playerName} ({playerId}) at {playerIp} has been approved to connect");}Copy