mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-21 01:59:49 +00:00
7 lines
165 B
C#
7 lines
165 B
C#
using Daybreak.Shared.Models.Guildwars;
|
|
|
|
namespace Daybreak.Models;
|
|
public sealed record SkillSnippetContext((int PosX, int PosY) MousePosition, Skill Skill)
|
|
{
|
|
}
|