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