mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-22 14:54:43 +08:00
Indexed array entity, user defined pins
This commit is contained in:
9
js/entity/UserDefinedPinEntity.js
Executable file
9
js/entity/UserDefinedPinEntity.js
Executable file
@@ -0,0 +1,9 @@
|
||||
import IEntity from "./IEntity.js"
|
||||
import PinEntity from "./PinEntity.js"
|
||||
|
||||
/** @typedef {import("./IEntity.js").AnyValue} AnyValue */
|
||||
|
||||
export default class UserDefinedPinEntity extends IEntity {
|
||||
|
||||
static lookbehind = "UserDefinedPin"
|
||||
}
|
||||
Reference in New Issue
Block a user