mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-24 20:12:20 +00:00
8 lines
190 B
C#
8 lines
190 B
C#
using Daybreak.Shared.Models.Guildwars;
|
|
|
|
namespace Daybreak.Shared.Models.FocusView;
|
|
public sealed class CurrentMapComponentContext
|
|
{
|
|
public required Map? CurrentMap { get; init; }
|
|
}
|