Improved network communication
This commit is contained in:
client
server
stresstest
tools/server
9
client/network/shared/Account.gd
Normal file
9
client/network/shared/Account.gd
Normal file
@ -0,0 +1,9 @@
|
||||
class_name Account
|
||||
|
||||
var username: String
|
||||
var password: String
|
||||
var position: Vector3
|
||||
|
||||
func _init(name: String, pw: String):
|
||||
username = name
|
||||
password = pw
|
Reference in New Issue
Block a user