add
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//--------------------------------------------
|
||||
// NGUI: HUD Text
|
||||
// Copyright © 2012 Tasharen Entertainment
|
||||
//--------------------------------------------
|
||||
|
||||
using UnityEngine;
|
||||
|
||||
[AddComponentMenu("NGUI/Examples/HUD Root")]
|
||||
public class HUDRoot : MonoBehaviour
|
||||
{
|
||||
static public GameObject go;
|
||||
void Awake () { go = gameObject; }
|
||||
}
|
||||
Reference in New Issue
Block a user