Implement temporary NPC rotations

This commit is contained in:
Gent
2020-10-06 17:59:12 -04:00
parent 4873eba160
commit 5009fe1994
2 changed files with 22 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
namespace TableData {
extern std::map<int32_t, std::vector<WarpLocation>> RunningSkywayRoutes;
extern std::map<int32_t, int> RunningNPCRotations;
void init();
void cleanup();