10 lines
146 B
C#
10 lines
146 B
C#
using UnityEngine;
|
|
|
|
namespace Cielonos.MainGame.Inventory.Collections
|
|
{
|
|
public class PermanentCoating : ConsumableBase
|
|
{
|
|
|
|
}
|
|
}
|