Player shader

This commit is contained in:
Marco 2025-06-26 10:58:27 +02:00
commit 6162d11165
19 changed files with 480 additions and 24 deletions

7
Scripts/ItemContainer.cs Normal file
View file

@ -0,0 +1,7 @@
using Cirno.Scripts.Resources;
public class ItemContainer
{
public LootItem Item { get; set; }
public int Count { get; set; }
}