forked from zxl/LaboratoryProtection
9 lines
128 B
C#
9 lines
128 B
C#
|
using UnityEngine;
|
|||
|
|
|||
|
namespace UnityTest.ZXL
|
|||
|
{
|
|||
|
public class UI : MonoBehaviour
|
|||
|
{
|
|||
|
public UIType uiType;
|
|||
|
}
|
|||
|
}
|