mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 08:25:54 +00:00
Player shader
This commit is contained in:
parent
357ced3e94
commit
6162d11165
19 changed files with 480 additions and 24 deletions
7
Scripts/ItemContainer.cs
Normal file
7
Scripts/ItemContainer.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
using Cirno.Scripts.Resources;
|
||||
|
||||
public class ItemContainer
|
||||
{
|
||||
public LootItem Item { get; set; }
|
||||
public int Count { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue