Files
tianrunCRM/Assets/CoolapeFrame/3rd/NGUI_Enhance/HUD Text/Examples/Scripts/HUDRoot.cs
2020-07-04 14:41:25 +08:00

13 lines
354 B
C#

//--------------------------------------------
// 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; }
}