Started implementing TriviaWindow

This commit is contained in:
2026-01-14 23:10:11 +00:00
committed by Pasha Bibko
parent 69a28e31b8
commit a7413ab629
10 changed files with 1041 additions and 956 deletions

View File

@@ -41,6 +41,8 @@ namespace InterfaceOff
go.SetActive(true);
Type type = WindowTypes.GetRandom();
go.name = type.Name;
WindowBase windowBase = go.AddComponent(type) as WindowBase;
/* Checks it created correctly before instantiating further */