geometry-tower-defense/Assets/GameMain/Scripts/UI/Templates/GameScene/Context/LevelUpFormContext.cs

11 lines
227 B
C#

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