9 lines
141 B
C#
9 lines
141 B
C#
using UnityEngine;
|
|
|
|
namespace Cielonos.MainGame.Inventory.Collections
|
|
{
|
|
public class RareMaterial : ConsumableBase
|
|
{
|
|
|
|
}
|
|
} |