mirror of
https://github.com/roflmuffin/CounterStrikeSharp.git
synced 2025-12-05 23:58:24 -08:00
7 lines
143 B
C#
7 lines
143 B
C#
namespace CounterStrikeSharp.API.Core.Plugin.Host;
|
|
|
|
public interface IPluginContextDependencyResolver
|
|
{
|
|
public string? ResolvePath();
|
|
}
|