cirnogodot/Scripts/ItemContainer.cs
2025-06-26 10:58:27 +02:00

7 lines
No EOL
139 B
C#

using Cirno.Scripts.Resources;
public class ItemContainer
{
public LootItem Item { get; set; }
public int Count { get; set; }
}