Files

10 lines
146 B
C#
Raw Permalink Normal View History

2026-06-27 12:52:03 -04:00
using UnityEngine;
namespace Cielonos.MainGame.Inventory.Collections
{
public class PermanentCoating : ConsumableBase
{
}
}