Files
SoulliesOfficial 649b7a5ddc 更新
2026-05-23 08:27:50 -04:00

9 lines
141 B
C#

using UnityEngine;
namespace Cielonos.MainGame.Inventory.Collections
{
public class RareMaterial : ConsumableBase
{
}
}