Traveller/scripts/inventory/LootData.cs
Cold-Mint f7ad69440c
Add a loot table.
添加战利品表。
2024-06-09 22:05:49 +08:00

7 lines
146 B
C#

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