basic game

This commit is contained in:
Somebody
2024-05-11 21:58:31 +08:00
parent 0a74bdde9a
commit eaf22af042
1673 changed files with 107324 additions and 117126 deletions

View File

@@ -4,7 +4,7 @@ using SqlSugar;
namespace EggLink.DanhengServer.Database.Tutorial
{
[SugarTable("Tutorial")]
public class TutorialData : BaseDatabaseData
public class TutorialData : BaseDatabaseDataHelper
{
[SugarColumn(IsJson = true)]
public Dictionary<int, TutorialStatus> Tutorials { get; set; } = [];