Added WindowComponents class
This commit is contained in:
@@ -4,6 +4,8 @@ namespace InterfaceOff
|
||||
{
|
||||
public abstract class WindowBase : MonoBehaviour
|
||||
{
|
||||
public WindowComponents Components { get; set; }
|
||||
|
||||
public void InstantiateWindowBase()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user