Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using UnityEngine;
- using System.Collections;
- using UnityEngine.UI;
- public class ServerInfoPanel : MonoBehaviour {
- public Text serverName;
- public Text serverPlayers;
- public Button joinButton;
- }
Add Comment
Please, Sign In to add comment