10 lines
218 B
C#
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; }
|
|
}
|