13 lines
219 B
C#
13 lines
219 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace WIFramework.UI
|
|
{
|
|
/// <summary>
|
|
/// for Runtime UI.
|
|
/// </summary>
|
|
public class UIBase : WIBehaviour
|
|
{
|
|
}
|
|
} |