CC#•Created by azttor on 8/24/2024 in #help Observer pattern and strategy pattern together?
the observer then would be able to check the class instance type is of the correct strategy for it to proceed or would it just be better for Update() to just take in a generic<T>?