samen kaufen und hanf -> joint
This commit is contained in:
19
ReallifeGamemode.Server/BaseScript.cs
Normal file
19
ReallifeGamemode.Server/BaseScript.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using GTANetworkAPI;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using ReallifeGamemode.Server.Log;
|
||||
|
||||
namespace ReallifeGamemode.Server
|
||||
{
|
||||
public abstract class BaseScript : Script
|
||||
{
|
||||
protected readonly ILogger logger;
|
||||
|
||||
public BaseScript()
|
||||
{
|
||||
logger = LogManager.GetLogger(this.GetType());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user