mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-09-24 01:05:23 +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)
|
|
{
|
|
}
|