mirror of
https://github.com/thegatesbrowser/godot-multiplayer.git
synced 2025-07-04 22:00:35 -04:00
8 lines
130 B
GDScript
8 lines
130 B
GDScript
extends Node
|
|
class_name EditMode
|
|
|
|
static var is_enabled: bool
|
|
|
|
|
|
static func set_enabled(value: bool) -> void:
|
|
is_enabled = value
|