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