mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 17:54:52 +08:00
7 lines
134 B
JavaScript
Executable File
7 lines
134 B
JavaScript
Executable File
import PinEntity from "./PinEntity.js"
|
|
|
|
export default class UnknownPinEntity extends PinEntity {
|
|
|
|
static lookbehind = ""
|
|
}
|