Adds Paradise API support (#16981)

This commit is contained in:
AffectedArc07
2021-11-05 14:04:49 +01:00
committed by GitHub
parent 0de8f5a81e
commit db3a3c8bc2
8 changed files with 59 additions and 26 deletions
+3
View File
@@ -496,3 +496,6 @@
// Runechat symbol types
#define RUNECHAT_SYMBOL_EMOTE 1
/// Waits at a line of code until X is true
#define UNTIL(X) while(!(X)) sleep(world.tick_lag)