This commit is contained in:
CortexCore
2025-02-24 23:02:49 +08:00
parent 9775bdd099
commit b07ae4fea7
82 changed files with 1021 additions and 386 deletions

View File

@@ -1,4 +1,5 @@
using System;
using MemoryPack;
namespace Com.Project.B.Authorize
{
@@ -24,8 +25,8 @@ namespace Com.Project.B.Authorize
/// </summary>
DateTime LastUpdateTime { get; }
}
public struct AuthorizeData:IAuthorizeData
[MemoryPackable]
public partial struct AuthorizeData:IAuthorizeData
{
public int ConnectionId { get; set; }
public Guid PlayerId { get; set; }