Rename IntegrationGameModeBase to LuprexGameModeBase, and other small refactors

This commit is contained in:
2025-03-17 18:04:55 -04:00
parent 6b8c86a03c
commit cc4441cb31
13 changed files with 78 additions and 78 deletions

View File

@@ -100,7 +100,7 @@ public:
// * Use LuaCallReturnValueXXX to fetch return values from the return buffer.
//
// The two buffers are basically global variables, they are part of the
// IntegrationGameModeBase. This is okay because blueprint is single-threaded.
// LuprexGameModeBase. This is okay because blueprint is single-threaded.
//
// The following three libraries contain all the low-level functions.
//