Improved connection handling
This commit is contained in:
6
network/Account.gd
Normal file
6
network/Account.gd
Normal file
@ -0,0 +1,6 @@
|
||||
class_name Account
|
||||
|
||||
var password: String
|
||||
|
||||
func _init(pw: String):
|
||||
password = pw
|
Reference in New Issue
Block a user