Files
reallife-gamemode/ReallifeGamemode.Server/Gangwar/Turf.cs
2021-03-23 19:02:03 +01:00

20 lines
412 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Timers;
using GTANetworkAPI;
using Microsoft.EntityFrameworkCore;
using Newtonsoft.Json;
using ReallifeGamemode.Database.Entities;
using ReallifeGamemode.Database.Models;
using ReallifeGamemode.Server.Extensions;
using ReallifeGamemode.Server.Services;
namespace ReallifeGamemode.Server.Gangwar
{
public class Turf
{
}
}