Added mileage, changed all namespaces from reallife_gamemode to ReallifeGamemode
This commit is contained in:
@@ -8,7 +8,7 @@ using System.Text;
|
||||
* @copyright (c) 2008 - 2018 Life of German
|
||||
*/
|
||||
|
||||
namespace reallife_gamemode.Server.Util
|
||||
namespace ReallifeGamemode.Server.Util
|
||||
{
|
||||
public enum AdminLevel : int
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using System.Text;
|
||||
|
||||
namespace reallife_gamemode.Server.Util
|
||||
namespace ReallifeGamemode.Server.Util
|
||||
{
|
||||
public class Converter
|
||||
{
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
using GTANetworkAPI;
|
||||
using reallife_gamemode.Server.Models;
|
||||
using ReallifeGamemode.Server.Models;
|
||||
using System.Linq;
|
||||
|
||||
namespace reallife_gamemode.Server.Util
|
||||
namespace ReallifeGamemode.Server.Util
|
||||
{
|
||||
class DatabaseHelper
|
||||
{
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
using GTANetworkAPI;
|
||||
using reallife_gamemode.Server.Entities;
|
||||
using reallife_gamemode.Server.Models;
|
||||
using ReallifeGamemode.Server.Entities;
|
||||
using ReallifeGamemode.Server.Models;
|
||||
|
||||
namespace reallife_gamemode.Server.Util
|
||||
namespace ReallifeGamemode.Server.Util
|
||||
{
|
||||
class FactionHelper
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace reallife_gamemode.Server.Util
|
||||
namespace ReallifeGamemode.Server.Util
|
||||
{
|
||||
class FactionRankHelper
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace reallife_gamemode.Server.Util
|
||||
namespace ReallifeGamemode.Server.Util
|
||||
{
|
||||
public interface IBankAccount
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using reallife_gamemode.Server.Models;
|
||||
using ReallifeGamemode.Server.Models;
|
||||
|
||||
namespace reallife_gamemode.Server.Util
|
||||
namespace ReallifeGamemode.Server.Util
|
||||
{
|
||||
public interface IBankAccountOwner
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@ using GTANetworkAPI;
|
||||
* @copyright (c) 2008 - 2018 Life of German
|
||||
*/
|
||||
|
||||
namespace reallife_gamemode.Server.Util
|
||||
namespace ReallifeGamemode.Server.Util
|
||||
{
|
||||
public class ListPlayer
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using GTANetworkAPI;
|
||||
|
||||
namespace reallife_gamemode.Server.Util
|
||||
namespace ReallifeGamemode.Server.Util
|
||||
{
|
||||
public class SmoothThrottleAntiReverse : Script
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace reallife_gamemode.Server.Util
|
||||
namespace ReallifeGamemode.Server.Util
|
||||
{
|
||||
public enum TransactionResult
|
||||
{
|
||||
|
||||
@@ -23,7 +23,7 @@ public static void SetLockStatus(Vehicle veh, bool status)
|
||||
public static bool GetLockState(Vehicle veh)
|
||||
*/
|
||||
|
||||
namespace reallife_gamemode.Server.Util
|
||||
namespace ReallifeGamemode.Server.Util
|
||||
{
|
||||
//Enums for ease of use
|
||||
public enum WindowID
|
||||
|
||||
Reference in New Issue
Block a user