1
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
"name": "Com.Project.B.Authorize",
|
||||
"rootNamespace": "",
|
||||
"references": [
|
||||
"GUID:14fe60d984bf9f84eac55c6ea033a8f4",
|
||||
"GUID:f51ebe6a0ceec4240a699833d6309b23"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
|
@@ -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; }
|
||||
|
Reference in New Issue
Block a user