mirror of
https://gitlab.com/2009scape/Saradomin-Launcher.git
synced 2026-08-01 14:19:14 -06:00
9 lines
No EOL
186 B
C#
9 lines
No EOL
186 B
C#
using Glitonea.Mvvm;
|
|
|
|
namespace Saradomin.ViewModel.Controls
|
|
{
|
|
public class SettingsViewModel : ViewModelBase
|
|
{
|
|
public bool UseRuneScape3StyleBorder { get; set; }
|
|
}
|
|
} |