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