rename blueprint to schematic

This commit is contained in:
2026-04-26 21:00:55 +02:00
parent 774f5dee28
commit fb83db98ab
27 changed files with 153 additions and 153 deletions

View File

@@ -40,7 +40,7 @@ public:
private:
struct SpawnEntry
{
std::string blueprintId;
std::string schematicId;
int level;
Tick spawnAt;
QVector2D position;