mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-19 21:14:55 +08:00
5 lines
128 B
JavaScript
5 lines
128 B
JavaScript
import RotatorEntity from "./RotatorEntity.js"
|
|
|
|
export default class SimpleSerializationRotatorEntity extends RotatorEntity {
|
|
}
|