saturdaymp/XPlugins.Notifications

Change the GUID to String in the API Interface

mrbiggred opened this issue · 1 comments

Currently the interfaces uses GUIDs. I'm thinking changing them to strings instead. My personal motivation is Sqlite does not support GUIDs but I think callers would find it easier to work with strings instead of GUIDs. Also lets us change the unique identifier from a GUID in the future if we want too.

Updated all the notification IDs to be strings instead of GUIDs.