959e80cf72
assets upload description.
11 lines
198 B
C#
11 lines
198 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace RPGCreationKit
|
|
{
|
|
public class UITab : MonoBehaviour
|
|
{
|
|
public GameObject targetUI;
|
|
}
|
|
} |