I have some function that are written a configuration file(Events)
Ex:
1. OnPlayerInitilized
2. OnPlayerQuit
There are multiple plug in scripts where I would want to declare
OnPlayerInitilized expecting it to be executed along with the other declarations.
Is this possible??If not what else can I try to make an event system??
Thanks