mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-09-22 16:25:10 +00:00
* Resolve warnings and move shared props to Directory.Build.props and Directory.Packages.props * Cleanup more messages * Fix more messages * Fix build issues
7 lines
215 B
C#
7 lines
215 B
C#
namespace Daybreak.Shared.Models.Mods;
|
|
public sealed class GuildWarsStartingContext
|
|
{
|
|
public ApplicationLauncherContext ApplicationLauncherContext { get; init; }
|
|
public bool CancelStartup { get; set; }
|
|
}
|