Demite
✅ Object is null after initializing
Hello, I have a object I make
WorldRegions region = new WorldRegions(i, 1)
{
RegionStartTile = startTile,
Width = randomXSize,
Height = randomYSize
};
Yes this object is null when referenced, and null when in watch in debug. I'm not sure why anyone able to explain what is happening?
12 replies
Displaying in App isn't working as intended.
Hello can someone pin point what I am doing wrong here?
This is supposed to display each equipment slot, Type of slot ( Head, chest, Legs ) with the item name or as empty.
It only displays Head: Empty For each slot ( they are all empty )
Here is how I initialize my Equipment Class
Here is how I get fill my List of Slots
Here is EquipSlot if needed
Thanks for looking appreciate it!
11 replies