Files
Construct-CN/StrucTool [BP]/scripts/classes/InstanceEditOptions.js
T
ForestOfLight 6a0f2ba376 Prep for RP
2025-04-15 09:14:10 -07:00

14 lines
455 B
JavaScript

export const InstanceEditOptions = Object.freeze({
Unknown: 'Unknown',
MainMenu: '<<',
PlaceInstance: '§aPlace Instance',
EnableInstance: '§aEnable Instance',
DisableInstance: '§cDisable Instance',
RenameInstance: 'Rename Instance',
DeleteInstance: '§cDelete Instance',
NextLayer: 'Increase Layer',
PreviousLayer: 'Decrease Layer',
SetLayer: 'Set Layer',
Move: 'Move Here',
Statistics: 'Statistics',
});