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

13 lines
351 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class EventPartnerStatueEntranceData
{
public ITimerContext TimerContext { get; set; }
public string IconUrl { get; set; }
public int TicketCount { get; set; }
public bool HasInvitation { get; set; }
public bool HasPartnerScore { get; set; }
}