This commit is contained in:
anlicheng 2025-05-06 11:40:31 +08:00
parent 8051dbdae4
commit 5cf7c27572

View File

@ -16,7 +16,7 @@
%% API %% API
-export([start_link/0]). -export([start_link/0]).
-export([data/5]). -export([data/5, event/2, ai_event/2]).
%% gen_server callbacks %% gen_server callbacks
-export([init/1, handle_call/3, handle_cast/2, handle_info/2, terminate/2, code_change/3]). -export([init/1, handle_call/3, handle_cast/2, handle_info/2, terminate/2, code_change/3]).