Questionable/Questionable/Model/V1/AethernetShortcut.cs

8 lines
168 B
C#
Raw Normal View History

2024-05-26 13:43:33 +00:00
namespace Questionable.Model.V1;
public class AethernetShortcut
{
public EAetheryteLocation From { get; set; }
public EAetheryteLocation To { get; set; }
}