CapersProject/Assets/02.Scripts/BlueWater/Interface/IIdx.cs
2025-02-03 19:03:41 +09:00

7 lines
103 B
C#

namespace BlueWater.Interfaces
{
public interface IIdx
{
string Idx { get; }
}
}