mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2026-02-25 11:08:17 +01:00
6 lines
130 B
C#
6 lines
130 B
C#
namespace Phantom.Common.Data.Agent.Instance;
|
|
|
|
public interface IInstanceValueResolver {
|
|
string? Path(IInstancePath value);
|
|
}
|