6 lines
94 B
C#
6 lines
94 B
C#
namespace WyvernInventory.Core.Models;
|
|
|
|
public record Router() : GenericInventoryItem
|
|
{
|
|
|
|
} |