Pathfind command

This commit is contained in:
Anuken
2020-10-05 17:09:27 -04:00
parent c24112e405
commit efbc871967
8 changed files with 58 additions and 20 deletions

View File

@@ -27,6 +27,8 @@ public class LAssembler{
putConst("@time", 0);
//currently controlled unit
putConst("@unit", null);
//reference to self
putConst("@this", null);
//add default constants
putConst("false", 0);