mirror of
https://github.com/denglihong2007/CRSim
synced 2026-06-13 13:05:33 +08:00
9 lines
179 B
C#
9 lines
179 B
C#
namespace CRSim.Core.Models
|
|
{
|
|
public class CommandLineOptions
|
|
{
|
|
public string? ExternalPluginPath { get; set; }
|
|
public bool Debug { get; set; }
|
|
}
|
|
}
|