修改了Library相关接口更改后,Workbench不能正确监听环境事件的问题

This commit is contained in:
fengjiayi
2024-12-31 21:47:01 +08:00
parent d3312f4989
commit 6c6d493f93
3 changed files with 58 additions and 50 deletions

View File

@@ -317,7 +317,7 @@ namespace Serein.Library
public override string ToString()
{
return $"[{this.Index}] {this.Name} : {this.ExplicitType?.FullName} -> {this.DataType?.FullName}";
return $"[{this.Index}] {this.Name} : {this.DataType?.FullName}";
}
}