Sample managers for boot & renderer

This commit is contained in:
danbulant 2020-02-15 18:05:51 +01:00
parent 1d2f808e84
commit a16420273a
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
export default function boot(){
}

View file

@ -0,0 +1,3 @@
export default class Renderer {
}