Cleanup and update installer
This commit is contained in:
@ -17,7 +17,6 @@ using GTA.Math;
|
||||
using Lidgren.Network;
|
||||
using Newtonsoft.Json;
|
||||
using RageCoop.Core.Scripting;
|
||||
using Console = System.Console;
|
||||
|
||||
[assembly: InternalsVisibleTo("RageCoop.Server")]
|
||||
[assembly: InternalsVisibleTo("RageCoop.Client")]
|
||||
|
@ -102,6 +102,7 @@ namespace RageCoop.Core
|
||||
}
|
||||
|
||||
#region ===== VEHICLE DATA =====
|
||||
|
||||
[Flags]
|
||||
internal enum VehicleDataFlags : ushort
|
||||
{
|
||||
|
Reference in New Issue
Block a user