Rewrite Inventory-System

This commit is contained in:
VegaZ
2018-11-29 21:17:00 +01:00
parent d8ce039f71
commit 822037db91
7 changed files with 126 additions and 178 deletions

View File

@@ -28,7 +28,7 @@ namespace reallife_gamemode.Server.Entities
public int UserId { get; set; }
public User User { get; set; }
public float Amount { get; set; }
public int Amount { get; set; }
public int Slot { get; set; }
}
}