hanf vielleicht fertig
This commit is contained in:
11
ReallifeGamemode.Server/Inventory/Interfaces/IIllegalItem.cs
Normal file
11
ReallifeGamemode.Server/Inventory/Interfaces/IIllegalItem.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ReallifeGamemode.Server.Inventory.Interfaces
|
||||
{
|
||||
interface IIllegalItem : IItem
|
||||
{
|
||||
int PriceForConfiscation { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user