Skip to content

Commit 053ec99

Browse files
committed
[增加]1. 增加账号信息存档单利类
1 parent a11189b commit 053ec99

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using System.Collections.Generic;
2+
using GameFrameX.Runtime;
3+
using Hotfix.Proto;
4+
5+
namespace Hotfix.Manager
6+
{
7+
public sealed class AccountManager : GameFrameworkSingleton<AccountManager>
8+
{
9+
public List<PlayerInfo> PlayerList { get; set; }
10+
}
11+
}

Assets/Hotfix/Manager/AccountManager.cs.meta

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)