(client) feat:实现健康状态定义,实现事件定义
This commit is contained in:
@ -231,7 +231,7 @@ namespace Data
|
||||
public List<DrawNodeDef> nodes = new();
|
||||
public string nodeName;
|
||||
public Vector2 position = new(0, 0);
|
||||
public float FPS = 0.5f;
|
||||
public float FPS = 1f;
|
||||
|
||||
public override bool Init(XElement xmlDef)
|
||||
{
|
||||
|
Reference in New Issue
Block a user