示例#1
0
 void InitializeGUI()
 {
     permaPruneWindow = this.gameObject.AddComponent <PermaPruneWindow>();
     modFilterWindow  = this.gameObject.AddComponent <ModFilterWindow>();
     showBlocked      = this.gameObject.AddComponent <ShowBlocked>();
     showRenamed      = this.gameObject.AddComponent <ShowRenamed>();
 }
示例#2
0
 void Awake()
 {
     Log.Info("PermaPruneWindow Awake()");
     this.enabled = false;
     Instance     = this;
 }