From 2d23c2fa0bfd352eac5e847b12a63b0da1ba3a5e Mon Sep 17 00:00:00 2001 From: qwint Date: Mon, 4 Nov 2024 13:58:41 -0600 Subject: [PATCH] Update integrating.md --- worlds/tracker/docs/integrating.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/worlds/tracker/docs/integrating.md b/worlds/tracker/docs/integrating.md index 63353884e820..2f04fc7b5d72 100644 --- a/worlds/tracker/docs/integrating.md +++ b/worlds/tracker/docs/integrating.md @@ -64,3 +64,8 @@ print(get_in_logic(ctx, items=[16777224, 16777227, 16777289], locations=[1677736 # [16777370, 16777410] ``` + + +# Adding In-Logic Callbacks + +To be filled out later