6 lines
92 B
C#
6 lines
92 B
C#
using UnityEngine;
|
|
|
|
public class UIObject : MonoBehaviour
|
|
{
|
|
public bool willCloseMainUI;
|
|
}
|