Umstrukturierung

This commit is contained in:
hydrant
2019-09-17 20:45:54 +02:00
parent 76ebab53d5
commit 331141d6bb
140 changed files with 455 additions and 444 deletions

View File

@@ -1,14 +1,6 @@
using System;
using System.Collections.Generic;
using System.Text;
using ReallifeGamemode.Server.Entities;
using ReallifeGamemode.Server.Extensions;
using ReallifeGamemode.Server.Finance;
using ReallifeGamemode.Server.Models;
using System.Collections.Generic;
using ReallifeGamemode.Server.Services;
using ReallifeGamemode.Server.Util;
using GTANetworkAPI;
using System.Collections;
using System.Linq;
namespace ReallifeGamemode.Server.Util
{
@@ -59,9 +51,6 @@ namespace ReallifeGamemode.Server.Util
public int delay = 0;
public int markerID;
Vector3 checkPoint;
bool done;
int checkPointsDone = 0;
public CheckPointListForPlayer(Client nPlayer, IEnumerable<Vector3> nList, int nDelay, int nMarkerID)