Inventory System

This commit is contained in:
VegaZ
2018-10-27 12:53:19 +02:00
parent 4b9225ed29
commit 39cb03b2ec
11 changed files with 490 additions and 35 deletions

View File

@@ -18,6 +18,6 @@ namespace reallife_gamemode.Server.Inventory.Items
public string Description => "Ein leckerer Hamburger.";
public int Gewicht => 300;
public string Einheit => "g";
public override int HpAmount => 50;
public override int HpAmount => 20;
}
}