Skip to content

Commit

Permalink
[修改]1. 修改账号的ActorType
Browse files Browse the repository at this point in the history
  • Loading branch information
AlianBlank committed Aug 20, 2024
1 parent 1c7fb23 commit 1341d48
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions GameFrameX.Core.Abstractions/ActorType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ public enum ActorType
/// </summary>
None,

/// <summary>
/// 账号
/// 管理玩家账号信息,如注册、密码找回等。
/// </summary>
Account,

/// <summary>
/// 角色
Expand Down Expand Up @@ -359,6 +354,12 @@ public enum ActorType
/// </summary>
Server = 129,

/// <summary>
/// 账号
/// 管理玩家账号信息,如注册、密码找回等。
/// </summary>
Account,

/// <summary>
/// 最大值
/// </summary>
Expand Down

0 comments on commit 1341d48

Please sign in to comment.