Guest User

SaveInfoPanel.cs

a guest
Oct 28th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.21 KB | None | 0 0
  1. using UnityEngine;
  2. using System.Collections;
  3. using UnityEngine.UI;
  4.  
  5. public class ServerInfoPanel : MonoBehaviour {
  6.  
  7.     public Text serverName;
  8.     public Text serverPlayers;
  9.     public Button joinButton;
  10.  
  11. }
Add Comment
Please, Sign In to add comment