Sending messages to noita

This commit is contained in:
IQuant 2024-06-05 16:22:03 +03:00
parent 53c213b260
commit 3860f48633
8 changed files with 70 additions and 9 deletions

5
Justfile Normal file
View file

@ -0,0 +1,5 @@
run:
cd noita-proxy && NP_APPID=480 NP_SKIP_MOD_CHECK=1 cargo run
run2:
cd noita-proxy && NP_APPID=480 NP_SKIP_MOD_CHECK=1 NP_NOITA_ADDR=127.0.0.1:21252 cargo run