settings
This commit is contained in:
@@ -12,7 +12,6 @@ namespace NBF
|
||||
public const string URL = "ui://6hgkvlaufcfggr";
|
||||
|
||||
public Controller showTitleCtrl;
|
||||
public GImage back;
|
||||
public GList List;
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
@@ -20,7 +19,6 @@ namespace NBF
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
showTitleCtrl = GetController("showTitleCtrl");
|
||||
back = (GImage)GetChild("back");
|
||||
List = (GList)GetChild("List");
|
||||
OnInited();
|
||||
UILanguage.TrySetComponentLanguage(this);
|
||||
|
||||
Reference in New Issue
Block a user