TestGame/addons/reactivex/engine/abc/reactiveproperty.gd

6 lines
124 B
GDScript3
Raw Permalink Normal View History

2024-12-27 21:00:07 +01:00
extends ReadOnlyReactivePropertyBase
class_name ReactivePropertyBase
func _set_value(_value):
NotImplementedError.raise()