Add decentralized cryptographic identity

This commit is contained in:
Alexander Sellite 2026-07-29 22:18:14 -04:00
parent 0b5b78a553
commit fa996a6735
27 changed files with 1733 additions and 58 deletions

View file

@ -0,0 +1,6 @@
class_name PlayerIdentityStore
extends "res://network/local_signing_identity_store.gd"
func _ready() -> void:
configure("player_identity")