Add RefuseCollector Job and other misc

This commit is contained in:
Siga
2020-04-04 18:33:20 +02:00
parent 69a4ab5d22
commit c871805430
24 changed files with 2251 additions and 104 deletions

View File

@@ -8,7 +8,7 @@ using ReallifeGamemode.Server.Log;
namespace ReallifeGamemode.Server.Core
{
internal abstract class Script
public abstract class Script
{
protected IAPI Api => Main.API;