Sev
❔ does an interface go inside a generic parent class?
here is the parent class for my state machine, all states will have a
processInput()
and processPhysics
, do I create an IState
interface inside or outside of parent class? I ask because I am translating this from another language and I think this is a pseudo interface10 replies