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