Vector input type implemented

This commit is contained in:
barsdeveloper
2022-09-18 15:13:48 +02:00
parent aa54bd0627
commit 4e715568fe
22 changed files with 312 additions and 228 deletions

View File

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