Window introduced

This commit is contained in:
barsdeveloper
2022-09-24 20:27:52 +02:00
parent bf2c3ec939
commit 9a4d323a87
27 changed files with 891 additions and 312 deletions

View File

@@ -1,4 +1,4 @@
import VectorEntity from "./VectorEntity";
import VectorEntity from "./VectorEntity"
export default class SimpleSerializationVectorEntity extends VectorEntity {
}