Files
Cielonos/Assets/Scripts/MainGame/Items/Consumables/PermanentCoating.cs

10 lines
146 B
C#
Raw Normal View History

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