Files
HauntedBloodlines/Assets/HTraceWSGI/Scripts/Infrastructure/IPing.cs
2025-05-29 22:31:40 +03:00

8 lines
128 B
C#

namespace HTraceWSGI.Scripts.Infrastructure
{
internal interface IPing
{
bool Ping(CustomPassObject customPassObject);
}
}