mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-04-05 11:25:20 +08:00
6 lines
120 B
C#
6 lines
120 B
C#
namespace BetterGenshinImpact.Model;
|
|
|
|
public class Notice
|
|
{
|
|
public string Version { get; set; } = string.Empty;
|
|
} |