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