Hello. Im kinda confused on how should an actor class interact with other actors(i.e: set other's properties). Should that kind of interaction be made through GameMode?
Like:
Actor1 SetPropertyOn(Actor2)--> GameMode --> Actor2
Or am I missing something?
Like:
Actor1 SetPropertyOn(Actor2)--> GameMode --> Actor2
Or am I missing something?
Comment