SAMP.NET/sampdotnet/Core/Interfaces/IScriptBase.cs
2022-08-27 18:16:44 +01:00

7 lines
94 B
C#

namespace SAMP.Core
{
public interface IScriptBase
{
void Load();
};
};