mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-09-24 09:15:10 +00:00
* Move shared code to Shared project * Move from Realm to Squealify * Rename Daybreak.Shared namespaces * Setup API project to expose a test API
7 lines
214 B
C#
7 lines
214 B
C#
namespace Daybreak.Shared.Models.Mods;
|
|
public sealed class GuildWarsCreatedContext
|
|
{
|
|
public ApplicationLauncherContext ApplicationLauncherContext { get; init; }
|
|
public bool CancelStartup { get; set; }
|
|
}
|