mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-26 09:39:49 +08:00
9 lines
320 B
C#
9 lines
320 B
C#
namespace BetterGenshinImpact.Service.Notification.Model.Base;
|
|
|
|
// TODO: 需要制定标准 (currently not referenced)
|
|
public class GeniusInvocationDetails
|
|
{
|
|
public string GameState { get; set; } = string.Empty;
|
|
public int RoundNumber { get; set; }
|
|
public string OpponentName { get; set; } = string.Empty;
|
|
} |