StrawberryBF
StrawberryBF copied to clipboard
Add Component Type To "componentTracker" if it does not exist.
The application would crash because t
did not exist in componentTracker:
componentTracker[t].Add(c);
I doubt who I am doing the key search is the best way as I was not sure how List.Contains worked when it needed both a key and value pair.