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