Rewrite Inventory-System
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user