Remove warnings

This commit is contained in:
Lennart Kampshoff
2019-12-21 13:49:33 +01:00
parent b4f4bb4622
commit c5f72c2ce5
53 changed files with 158 additions and 298 deletions

View File

@@ -1,12 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using GTANetworkAPI;
using ReallifeGamemode.Database.Entities;
/**
/**
* @overview Life of German Reallife - Saves SavedVehicle.cs
* @author VegaZ
* @copyright (c) 2008 - 2018 Life of German
@@ -14,7 +6,7 @@ using ReallifeGamemode.Database.Entities;
namespace ReallifeGamemode.Database.Entities.Saves
{
public class SavedVehicle : ServerVehicle
public partial class SavedVehicle : ServerVehicle
{
public override string ToString()
{