Files
ft/Client/Assets/Scripts/UI/OfferTreasureAscent/OfferTreasureAscentEntranceData.cs
2026-06-29 21:18:33 +08:00

10 lines
218 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class OfferTreasureAscentEntranceData
{
public ITimerContext TimerData { get; set; }
public string IconUrl { get; set; }
}