Started implementing TriviaWindow
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user