Skip to content

Instantly share code, notes, and snippets.

@haveyouwantto
Created December 8, 2018 15:18
Show Gist options
  • Select an option

  • Save haveyouwantto/341a084e55aab18b412a84268c1efec2 to your computer and use it in GitHub Desktop.

Select an option

Save haveyouwantto/341a084e55aab18b412a84268c1efec2 to your computer and use it in GitHub Desktop.
var system = client.registerSystem(0, 0);
system.initialize = function () {
};
system.update = function () {
};
system.shutdown = function () {
};
var system = server.registerSystem(0, 0);
system.initialize = function () {
};
system.update = function () {
}
system.shutdown = function () {
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment