mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-13 16:44:49 +08:00
7 lines
148 B
JavaScript
Executable File
7 lines
148 B
JavaScript
Executable File
export default class Configuration {
|
|
|
|
static deleteNodesKeyboardKey = "Delete"
|
|
static expandGridSize = 400
|
|
static gridSize = 16
|
|
}
|