❔ ✅ Help with searching a class of classes for something?
So, i have a StartingClass, it has a list of classes, and that list has a list of classes, etc. Eventually it gets to EntryClass.
How do i search StartingClass to find the EntryClass, that THAT entryclass's
so like,
but yeah, how do i search StartingClass to find the correct EntryClass and set that EntryClass as the TargetClass?
How do i search StartingClass to find the EntryClass, that THAT entryclass's
string name is "Dog" and then put THAT entryclass's string something into a textbox.so like,
DebugTextbox.Text = TargetEntry.Something;but yeah, how do i search StartingClass to find the correct EntryClass and set that EntryClass as the TargetClass?