6 lines
65 B
GDScript
6 lines
65 B
GDScript
extends Node
|
|
|
|
var money:int
|
|
var player:Player
|
|
var selectedObject
|