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

@@ -11,7 +11,7 @@ using ReallifeGamemode.Database.Models;
namespace ReallifeGamemode.Database.Entities
{
[Table("UserVehicles")]
public class UserVehicle : ServerVehicle
public partial class UserVehicle : ServerVehicle
{
[ForeignKey("User")]
public int UserId { get; set; }