|
namespace GeometryTD.UI
|
|
{
|
|
public class CombatInfoFormContext : UIContext
|
|
{
|
|
public string LevelMetaText;
|
|
public string LevelPhaseText;
|
|
public string CoinText;
|
|
public string BaseHpText;
|
|
public string EnemyHpRateText;
|
|
public bool CanPause;
|
|
public bool CanEnd;
|
|
}
|
|
}
|