mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update
Update
This commit is contained in:
@@ -40,5 +40,10 @@ namespace TEngine.Core
|
||||
idStruct.AppId = (ushort)(routeId & MaskAppId);
|
||||
return idStruct;
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"AppId:{this.AppId}|WordId:{this.WordId}";
|
||||
}
|
||||
}
|
||||
}
|
@@ -39,7 +39,7 @@ namespace TEngine.Core
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"time: {this.Time}, value: {this.Sequence}";
|
||||
return $"Time: {this.Time}, Sequence: {this.Sequence}";
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user