Files
Cielonos/Assets/Scripts/MainGame/Items/Extenders/BlackHoleDisplacer.cs
2026-05-10 11:47:55 -04:00

9 lines
156 B
C#

using UnityEngine;
namespace Cielonos.MainGame.Characters.Inventory.Collections
{
public class BlackHoleDisplacer : ExtenderBase
{
}
}