mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-25 08:22:07 +00:00
9 lines
238 B
C#
9 lines
238 B
C#
using TrailBlazr.ViewModels;
|
|
|
|
namespace Daybreak.Views;
|
|
|
|
public sealed class GuildWarsMarketViewModel : ViewModelBase<GuildWarsMarketViewModel, GuildWarsMarketView>
|
|
{
|
|
public string GwMarketUrl { get; } = "https://gwmarket.net/";
|
|
}
|