mirror of
https://github.com/roflmuffin/CounterStrikeSharp.git
synced 2025-12-07 08:26:34 -08:00
6 lines
108 B
C#
6 lines
108 B
C#
namespace CounterStrikeSharp.API.Core;
|
|
|
|
public interface IStartupService
|
|
{
|
|
public void Load();
|
|
} |