mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2026-02-04 22:42:16 +01:00
Init enter game
This commit is contained in:
17
Common/Data/Excel/RecommendPanelExcel.cs
Normal file
17
Common/Data/Excel/RecommendPanelExcel.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace KianaBH.Data.Excel;
|
||||
|
||||
[ResourceEntity("RecommendPanel.json")]
|
||||
public class RecommendPanelExcel : ExcelResource
|
||||
{
|
||||
public uint PanelId { get; set; }
|
||||
|
||||
public override int GetId()
|
||||
{
|
||||
return (int)PanelId;
|
||||
}
|
||||
|
||||
public override void Loaded()
|
||||
{
|
||||
GameData.RecommendPanelData.Add(GetId(), this);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user