[Add] Game Loop Playable
This commit is contained in:
@@ -271,7 +271,7 @@ namespace YachtDice.Modifiers.Editor
|
||||
return;
|
||||
}
|
||||
|
||||
_inventoryController = FindObjectOfType<InventoryController>();
|
||||
_inventoryController = FindAnyObjectByType<InventoryController>();
|
||||
}
|
||||
|
||||
private void RefreshDefinitions()
|
||||
|
||||
Reference in New Issue
Block a user