UIWidgetContainer.cs 144 B

1234567
  1. using System;
  2. using UnityEngine;
  3. [AddComponentMenu("NGUI/Interaction/Widget Container")]
  4. public class UIWidgetContainer : MonoBehaviour
  5. {
  6. }