mirror of
https://github.com/kwsch/pkNX.git
synced 2026-04-27 16:27:17 -05:00
Main window's Button size 35->40 Add icon as resource Remove useless border around main window folder path
8 lines
159 B
C#
8 lines
159 B
C#
namespace pkNX.WinForms;
|
|
|
|
public class ProgramSettings
|
|
{
|
|
public int Language { get; set; } = 2;
|
|
public string GamePath { get; set; } = string.Empty;
|
|
}
|