Added a way to kill children
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
{
|
||||
public class BasicWindow : WindowBase
|
||||
{
|
||||
|
||||
public override void OnWindowClicked()
|
||||
{
|
||||
Destroy(gameObject);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user