mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-15 15:19:52 +00:00
7 lines
93 B
Plaintext
7 lines
93 B
Plaintext
class CompatRegression extends GSController {
|
|
function Start()
|
|
{
|
|
print("Done...");
|
|
}
|
|
};
|