完善Entity状态

完善Entity状态
This commit is contained in:
ALEXTANG
2023-07-17 01:00:33 +08:00
parent 9cd0bac81e
commit 6a6f0591f1
2 changed files with 113 additions and 10 deletions

View File

@@ -36,5 +36,10 @@ namespace TEngine.Core
};
return idStruct;
}
public override string ToString()
{
return $"time: {this.Time}, value: {this.Sequence}";
}
}
}