7 lines
146 B
C#
7 lines
146 B
C#
namespace ColdMint.scripts.inventory;
|
|
|
|
public class LootData
|
|
{
|
|
public string? ResPath { get; set; }
|
|
public int Quantity { get; set; }
|
|
} |