Skip to content

Instantly share code, notes, and snippets.

@glx22

glx22/main.nut Secret

Created August 10, 2021 12:49
class Test extends GSController {
constructor() {
}
function Start() {
GSLog.Info("Start()");
foreach(grf, _ in GSNewGRFList()) {
GSLog.Info(grf);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment