feat: erased accidentally added engine files
This commit is contained in:
parent
f0fc98b2b8
commit
202693b275
12525 changed files with 0 additions and 6255369 deletions
|
|
@ -1,16 +0,0 @@
|
|||
var _prop = 1
|
||||
var prop:
|
||||
get = get_prop, set = set_prop
|
||||
|
||||
func get_prop():
|
||||
return _prop
|
||||
|
||||
func set_prop(value):
|
||||
_prop = value
|
||||
|
||||
func test():
|
||||
print(prop)
|
||||
|
||||
prop = 2
|
||||
|
||||
print(prop)
|
||||
Loading…
Add table
Add a link
Reference in a new issue