Added info text
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
{
|
||||
public class BasicWindow : WindowBase
|
||||
{
|
||||
public override void OnWindowInstantiation()
|
||||
{
|
||||
Components.InfoText.text = "Close";
|
||||
}
|
||||
|
||||
public override void OnWindowClicked()
|
||||
{
|
||||
Destroy(gameObject);
|
||||
|
||||
Reference in New Issue
Block a user