So I made a post asking on an explenation on delegates and it was answered, now I want to subscribe to an event but I don't know how to do it. so I'm using an event from the bs_utils refrence., I know I have to use +=. I know I have to set it up llike this
BS_Utils.Utilities.BSEvents.LevelCleared += but thats it so what I want to do is for example have something writting to the console with Log.Debug("Something"); but don't know how to do it, could someone please explain in simple works how to execute this?
