Rename Döner.cs to Kebab.cs

This commit is contained in:
kookroach
2021-04-14 21:00:43 +02:00
parent aa3c41ae60
commit ad909c5ca5
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ using ReallifeGamemode.Server.Managers;
namespace ReallifeGamemode.Server.Inventory.Items
{
internal class Döner : ConsumableItem
internal class Kebab : ConsumableItem
{
public override int Id => 106;
public override string Name => "Döner";