cirnogodot/Scripts/ItemContainer.cs

7 lines
139 B
C#
Raw Normal View History

2025-06-26 10:58:27 +02:00
using Cirno.Scripts.Resources;
public class ItemContainer
{
public LootItem Item { get; set; }
public int Count { get; set; }
}