added consumables and buff healing bonuses
This commit is contained in:
5
Mappings/IMappings.cs
Normal file
5
Mappings/IMappings.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
public interface IMappings
|
||||
{
|
||||
public Dictionary<int, short> mappings { get; }
|
||||
public double GetHealingMultiplier(int itemType);
|
||||
}
|
Reference in New Issue
Block a user