rematch complete
This commit is contained in:
@@ -85,6 +85,12 @@ public class LevelLoadManager : MonoBehaviour
|
||||
}
|
||||
|
||||
Team myTeam = Team.Red;
|
||||
|
||||
public void SetupRematch(int rc_prize, int port, int gameId){
|
||||
txtRcPrize.text = CoinHelper.FormatString(rc_prize) + " RC";
|
||||
|
||||
}
|
||||
|
||||
public void SetupMatchMade(Team myTeam_, string opponentName, string myName, string myL10, string opponentL10, string rcPrize){
|
||||
myTeam = myTeam_;
|
||||
matchmadeUI.SetActive(true);
|
||||
|
||||
Reference in New Issue
Block a user