Improved connection handling

This commit is contained in:
2024-01-21 01:21:58 +01:00
parent 1f73d22cd6
commit b01ae8543b
7 changed files with 65 additions and 13 deletions

6
network/Account.gd Normal file
View File

@ -0,0 +1,6 @@
class_name Account
var password: String
func _init(pw: String):
password = pw