Add legal option to items

This commit is contained in:
hydrant
2021-05-20 11:58:15 +02:00
parent 6782751d09
commit 467e0a4248
7 changed files with 52 additions and 41 deletions

View File

@@ -14,5 +14,7 @@ namespace ReallifeGamemode.Server.Inventory.Interfaces
int Gewicht { get; }
string Einheit { get; }
int Price { get; }
bool Legal { get; }
}
}