mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 16:54:41 +08:00
5 lines
124 B
JavaScript
5 lines
124 B
JavaScript
import VectorEntity from "./VectorEntity.js"
|
|
|
|
export default class SimpleSerializationVectorEntity extends VectorEntity {
|
|
}
|