mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 12:43:58 +00:00
The character displayed on the lobby screen can now be changed.
PlayerSetting_ChangeShowCard
This commit is contained in:
@@ -15,6 +15,7 @@ public class PlayerGameData : BaseDatabaseDataHelper
|
||||
public long LastActiveTime { get; set; }
|
||||
public Sex Gender { get; set; } = Sex.Female;
|
||||
[SugarColumn(IsJson = true)] public List<PlayerAttr> Attrs { get; set; } = [];
|
||||
[SugarColumn(IsJson = true)] public List<ulong> ShowItems { get; set; } = [];
|
||||
|
||||
public static PlayerGameData? GetPlayerByUid(long uid)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user