this should be an easy array append but somehow I cant make it work
so in CardManager, I have this simple append that add card to the array (the card should have values like card name, number etc)
$"../GameManager".card_on_player_board.append(card_being_dragged)
but in GameManager when I tried to use the array, it has the card object but when I check the value in it, it comes out null?
what Im doing wrong here?
let me know if you need more line of code.