Umstrukturierung
This commit is contained in:
18
ReallifeGamemode.Database/Entities/VehicleInventory.cs
Normal file
18
ReallifeGamemode.Database/Entities/VehicleInventory.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ReallifeGamemode.Database.Entities
|
||||
{
|
||||
public class VehicleInventory
|
||||
{
|
||||
public int ID;
|
||||
public int currentWeight;
|
||||
public int totalWeight;
|
||||
public string[] ivehName;
|
||||
public int[] ivehAmount;
|
||||
public int[] ivehId;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user