FIX: LinkUniversal now initializes randomSeed

This commit is contained in:
Rodrigo Alfonso
2025-01-03 07:22:37 -03:00
parent aea3ae742a
commit a7ca676565

View File

@@ -157,6 +157,7 @@ class LinkUniversal {
this->config.protocol = protocol;
this->config.gameName = gameName;
this->randomSeed = randomSeed;
}
/**