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