more callbacks

This commit is contained in:
CWX
2025-01-07 12:51:59 +00:00
parent 52d510cfcc
commit 0b4a231b71
38 changed files with 388 additions and 101 deletions
+10 -1
View File
@@ -1,7 +1,16 @@
namespace Core.Callbacks;
using Core.Models.Eft.Common;
using Core.Models.Eft.ItemEvent;
using Core.Models.Eft.Notes;
namespace Core.Callbacks;
public class NoteCallbacks
{
public NoteCallbacks()
{
}
public ItemEventRouterResponse AddNote(PmcData pmcData, NoteActionData info, string sessionID)
{
throw new NotImplementedException();