6 lines
80 B
GDScript
6 lines
80 B
GDScript
class_name Account
|
|
|
|
var password: String
|
|
|
|
func _init(pw: String):
|
|
password = pw |