Traveller/scripts/inventory/LootData.cs

7 lines
146 B
C#
Raw Normal View History

namespace ColdMint.scripts.inventory;
public class LootData
{
public string? ResPath { get; set; }
public int Quantity { get; set; }
}