mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update
Update
This commit is contained in:
@@ -40,5 +40,10 @@ namespace TEngine.Core
|
|||||||
idStruct.AppId = (ushort)(routeId & MaskAppId);
|
idStruct.AppId = (ushort)(routeId & MaskAppId);
|
||||||
return idStruct;
|
return idStruct;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override string ToString()
|
||||||
|
{
|
||||||
|
return $"AppId:{this.AppId}|WordId:{this.WordId}";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -39,7 +39,7 @@ namespace TEngine.Core
|
|||||||
|
|
||||||
public override string ToString()
|
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