Skip to content

Commit

Permalink
added test see how it works with unity
Browse files Browse the repository at this point in the history
  • Loading branch information
SridharaQweebi committed Dec 17, 2024
1 parent 895db72 commit c66a76e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sim/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ namespace pxsim.hare {
}
}

namespace pxsim.unity {
export function logHello(){
window.parent.sendMessage(
`SEND_MIXPANEL_EVENT:BtnClickBrowserVideoPlayerClose:VideoId:xx:Timestamp:12`
);
}
}

namespace pxsim.turtle {
/**
* Moves the sprite forward
Expand Down

0 comments on commit c66a76e

Please sign in to comment.