mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-02 21:17:32 +08:00
Several serialization and deserialization fixes
This commit is contained in:
6
js/entity/UnknownPinEntity.js
Executable file
6
js/entity/UnknownPinEntity.js
Executable file
@@ -0,0 +1,6 @@
|
||||
import PinEntity from "./PinEntity.js"
|
||||
|
||||
export default class UnknownPinEntity extends PinEntity {
|
||||
|
||||
static lookbehind = ""
|
||||
}
|
||||
Reference in New Issue
Block a user