2026-01-03 18:19:39 -05:00
|
|
|
using UnityEngine;
|
|
|
|
|
|
2026-05-23 08:27:50 -04:00
|
|
|
namespace Cielonos.MainGame.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
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|