2026-01-03 18:19:39 -05:00
|
|
|
using UnityEngine;
|
|
|
|
|
|
2026-03-20 12:07:44 -04:00
|
|
|
namespace Cielonos.MainGame.Characters.Inventory.Collections
|
2026-01-03 18:19:39 -05:00
|
|
|
{
|
2026-05-10 11:47:55 -04:00
|
|
|
public class RareMaterial : ConsumableBase
|
2026-01-03 18:19:39 -05:00
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|