We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4a07f commit fe5c71fCopy full SHA for fe5c71f
1 file changed
README.md
@@ -9,3 +9,4 @@ Put "GTAG_NotificationLib.dll" in the "plugins" folder in the BepInEx folder.
9
Add "GTAG_NotificationLib.dll" as an assembly reference to your project.
10
Put "using GTAG_NotificationLib;" at the top of the project.
11
To send a notification, use "NotifiLib.SendNotification("Whatever you want here");"
12
+To check the previously sent notification. use "NotifiLib.PreviousNotifi" (to prevent sending the same notification twice for example);
0 commit comments