Start on v3.0

This commit is contained in:
apemanzilla
2017-11-21 12:55:36 -05:00
commit 5af6dc5077
9 changed files with 250 additions and 0 deletions

3
src/main.ts Normal file
View File

@@ -0,0 +1,3 @@
export function loop() {
console.log(`Current tick is ${Game.time}`);
}