Added WindowComponents class
This commit is contained in:
10
Assets/Scripts/WindowComponents.cs
Normal file
10
Assets/Scripts/WindowComponents.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
namespace InterfaceOff
|
||||
{
|
||||
public class WindowComponents : MonoBehaviour
|
||||
{
|
||||
[field: SerializeField] public Image WindowImage { get; private set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user