Added info text

This commit is contained in:
2026-01-14 12:03:15 +00:00
parent c3a0e39c65
commit 0c43fc1112
5 changed files with 101 additions and 6 deletions

View File

@@ -2,6 +2,11 @@
{
public class BasicWindow : WindowBase
{
public override void OnWindowInstantiation()
{
Components.InfoText.text = "Close";
}
public override void OnWindowClicked()
{
Destroy(gameObject);