!feat(): add scene support & many refactor

This commit is contained in:
Arthur
2020-12-29 22:41:06 +03:00
parent b3dc258c70
commit 8c72790226
23 changed files with 232 additions and 80 deletions

View File

@@ -0,0 +1,4 @@
export enum SceneEventType {
Enter = 'enter',
Leave = 'leave',
}