Added mileage, changed all namespaces from reallife_gamemode to ReallifeGamemode
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using GTANetworkAPI;
|
||||
using Newtonsoft.Json;
|
||||
using reallife_gamemode.Server.Services;
|
||||
using ReallifeGamemode.Server.Services;
|
||||
|
||||
/**
|
||||
* @overview Life of German Reallife - Server Factions Medic Medic.cs
|
||||
@@ -12,7 +12,7 @@ using reallife_gamemode.Server.Services;
|
||||
*/
|
||||
|
||||
|
||||
namespace reallife_gamemode.Server.Factions.Medic
|
||||
namespace ReallifeGamemode.Server.Factions.Medic
|
||||
{
|
||||
public class Medic : Script
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@ using GTANetworkAPI;
|
||||
*/
|
||||
|
||||
|
||||
namespace reallife_gamemode.Server.Factions.Medic
|
||||
namespace ReallifeGamemode.Server.Factions.Medic
|
||||
{
|
||||
public class MedicTask
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user