mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
fix: move listserver classes into package
This commit is contained in:
parent
f02d3174db
commit
2668b17162
@ -3,11 +3,14 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
public class UIServerStatusSlot : MonoBehaviour
|
||||
namespace Mirror.Examples.ListServer
|
||||
{
|
||||
public Text titleText;
|
||||
public Text playersText;
|
||||
public Text latencyText;
|
||||
public Text addressText;
|
||||
public Button joinButton;
|
||||
}
|
||||
public class UIServerStatusSlot : MonoBehaviour
|
||||
{
|
||||
public Text titleText;
|
||||
public Text playersText;
|
||||
public Text latencyText;
|
||||
public Text addressText;
|
||||
public Button joinButton;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user