forked from liza/Questionable
8 lines
168 B
C#
8 lines
168 B
C#
|
namespace Questionable.Model.V1;
|
|||
|
|
|||
|
public class AethernetShortcut
|
|||
|
{
|
|||
|
public EAetheryteLocation From { get; set; }
|
|||
|
public EAetheryteLocation To { get; set; }
|
|||
|
}
|