Partial RunningScript part2

This commit is contained in:
Nikolay Korolev 2019-07-14 12:49:03 +03:00
commit 41dbd754de
16 changed files with 584 additions and 6 deletions

View file

@ -36,5 +36,6 @@ public:
}
static bool IsBoatModel(int32 id);
static bool IsBikeModel(int32 id);
static void RemoveColModelsFromOtherLevels(eLevelName level);
};