Passion & UI
This commit is contained in:
@@ -17,6 +17,7 @@ namespace Cielonos.MainGame.Inventory
|
||||
|
||||
public bool Has(string attributeName) => itemAttributeGroup.current.ContainsKey(attributeName);
|
||||
public float Get(string attributeName, float defaultValue) => itemAttributeGroup.current.GetValueOrDefault(attributeName, defaultValue);
|
||||
|
||||
|
||||
public AttributeSubmodule(ItemBase owner, AttributeData data, UpgradeData upgradeData = null) : base(owner)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user