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