more callbacks
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user