mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
11 lines
219 B
C#
11 lines
219 B
C#
#if TENGINE_NET
|
|
#pragma warning disable CS8618
|
|
namespace TEngine
|
|
{
|
|
public static class Define
|
|
{
|
|
public static CommandLineOptions Options;
|
|
public static uint AppId => Options.AppId;
|
|
}
|
|
}
|
|
#endif |