Added a new moving window type
This commit is contained in:
10
Assets/Scripts/Windows/BasicWindow.cs
Normal file
10
Assets/Scripts/Windows/BasicWindow.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace InterfaceOff
|
||||
{
|
||||
public class BasicWindow : WindowBase
|
||||
{
|
||||
public override void OnWindowClicked()
|
||||
{
|
||||
Destroy(gameObject);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user