Calculated serialization type

This commit is contained in:
barsdeveloper
2022-09-11 13:55:01 +02:00
parent 57ef15c943
commit 9f789b3e09
18 changed files with 510 additions and 412 deletions

View File

@@ -1,6 +1,6 @@
import IEntity from "./IEntity"
export default class LinearColorEntity extends IEntity {
export default class VectorEntity extends IEntity {
static attributes = {
X: Number,