10 lines
165 B
C#
10 lines
165 B
C#
using UnityEngine;
|
|
|
|
namespace Cielonos.MainGame.Characters.Inventory.Collections
|
|
{
|
|
public class SpatialWarpCaliper : PassiveEquipmentBase
|
|
{
|
|
|
|
}
|
|
}
|