vampire-like/Assets/GameMain/Scripts/UI/GameScene/Context/LevelUpFormContext.cs

11 lines
198 B
C#

using System.Collections.Generic;
namespace UI
{
public class LevelUpFormContext : UIContext
{
public List<LevelUpRewardItemContext> Props;
public int RefreshPrice;
}
}