[+] Improved Inventory System based on old Inventory Manager and new GUI. (test version)
This commit is contained in:
@@ -14,8 +14,8 @@ namespace ReallifeGamemode.Server.Inventory.Items
|
||||
public class Zander : DropItem
|
||||
{
|
||||
public override int Id => 10;
|
||||
public override string Name => "Kraftstoff";
|
||||
public override string Description => "Der Stoff gibt dir Kraft.";
|
||||
public override string Name => "Zander";
|
||||
public override string Description => "Ein Fisch";
|
||||
public override int Gewicht => 5000;
|
||||
public override string Einheit => "g";
|
||||
public override int HpAmount => 20;
|
||||
|
||||
Reference in New Issue
Block a user