mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
fixed comment
This commit is contained in:
parent
05e18380c0
commit
519b9e0bd8
@ -10,7 +10,7 @@ public class CanvasUI : MonoBehaviour
|
||||
[Tooltip("Assign Players Panel for instantiating PlayerUI as child")]
|
||||
public RectTransform playersPanel;
|
||||
|
||||
// static instance that can be referenced directly from Player script
|
||||
// static instance that can be referenced from static methods below.
|
||||
static CanvasUI instance;
|
||||
|
||||
void Awake()
|
||||
|
Loading…
Reference in New Issue
Block a user