mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
feat: command UnlockAll param rogue tutorial
This commit is contained in:
17
Common/Data/Excel/TutorialGuideDataExcel.cs
Normal file
17
Common/Data/Excel/TutorialGuideDataExcel.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace EggLink.DanhengServer.Data.Excel;
|
||||
|
||||
[ResourceEntity("TutorialGuideData.json")]
|
||||
public class TutorialGuideDataExcel : ExcelResource
|
||||
{
|
||||
public int ID { get; set; }
|
||||
|
||||
public override int GetId()
|
||||
{
|
||||
return ID;
|
||||
}
|
||||
|
||||
public override void Loaded()
|
||||
{
|
||||
GameData.TutorialGuideDataData.Add(ID, this);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user