This commit is contained in:
2025-06-19 20:50:36 +03:00
parent 375b7663ee
commit 1a0a89550c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ class Hero{
this.object = object;
this.data = data;
this.model = object.scene
console.log(object)
}
init(gameEngine){