10 lines
212 B
C#
10 lines
212 B
C#
using UnityEngine;
|
|
using UnityEngine.UI;
|
|
|
|
namespace InterfaceOff
|
|
{
|
|
public class WindowComponents : MonoBehaviour
|
|
{
|
|
[field: SerializeField] public Image WindowImage { get; private set; }
|
|
}
|
|
} |