Skip to content

Instantly share code, notes, and snippets.

@glx22

glx22/main.nut Secret

Created August 10, 2021 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glx22/10884ba986fffaec0d6254c05645eb48 to your computer and use it in GitHub Desktop.
Save glx22/10884ba986fffaec0d6254c05645eb48 to your computer and use it in GitHub Desktop.
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