-
-
Save alexson/cdb65344669c467ba6f49bb1e9712cae to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Init() | |
//Reset Score UI | |
foreach (IPeer peer in _SyncStateTrackingList._peerTrackerDict.Keys) | |
{ | |
ScoreUI scoreUI = _SyncStateTrackingList._peerTrackerDict[peer].GetComponentInChildren<ScoreUI>(); | |
scoreUI.scoreText.text = "0"; | |
} | |
_peerScoreList.Clear(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment