修改表结构,修改物品详情,增加物品品质描边
This commit is contained in:
@@ -11,15 +11,15 @@ namespace NBF
|
||||
{
|
||||
public const string URL = "ui://hxr7rc7pnzfp1o";
|
||||
|
||||
public GComponent Basic;
|
||||
public GComponent Gear;
|
||||
public ItemBasicInfoTag Basic;
|
||||
public ItemGearInfoTag Gear;
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
Basic = (GComponent)GetChild("Basic");
|
||||
Gear = (GComponent)GetChild("Gear");
|
||||
Basic = (ItemBasicInfoTag)GetChild("Basic");
|
||||
Gear = (ItemGearInfoTag)GetChild("Gear");
|
||||
OnInited();
|
||||
UILanguage.TrySetComponentLanguage(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user