Hi,
I was wondering if one of you fellas could help me out with this issue I'm having with my plugin.
Each object requires each other. I don't know how to fix this. Is there a way to merge them?
Thank you.
I was wondering if one of you fellas could help me out with this issue I'm having with my plugin.
Each object requires each other. I don't know how to fix this. Is there a way to merge them?
Thank you.
Code:
StatsSelector statsSelect = new StatsSelector(playerItemReceive);
PlayerItemReceive playerItemReceive = new PlayerItemReceive(kitManager,
kitAndShop, selectWarps, statsSelect);
