Add decentralized cryptographic identity
This commit is contained in:
parent
0b5b78a553
commit
fa996a6735
27 changed files with 1733 additions and 58 deletions
6
network/player_identity_store.gd
Normal file
6
network/player_identity_store.gd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class_name PlayerIdentityStore
|
||||
extends "res://network/local_signing_identity_store.gd"
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
configure("player_identity")
|
||||
Loading…
Add table
Add a link
Reference in a new issue