(client) feat:实现右键菜单
This commit is contained in:
@ -29,6 +29,7 @@ namespace Data
|
||||
public class DrawingOrderDef : Define
|
||||
{
|
||||
public List<DrawNodeDef> drawNodes = new();
|
||||
public string texturePath;
|
||||
public override bool Init(XElement xmlDef)
|
||||
{
|
||||
base.Init(xmlDef);
|
||||
@ -43,7 +44,7 @@ namespace Data
|
||||
drawNode.Init(node);
|
||||
drawNodes.Add(drawNode);
|
||||
}
|
||||
|
||||
texturePath= xmlDef.Element("texturePath")?.Value;
|
||||
return true;;
|
||||
}
|
||||
// 重载 == 运算符
|
||||
|
Reference in New Issue
Block a user