7 lines
138 B
GDScript3
7 lines
138 B
GDScript3
|
|
class_name HostIdentityStore
|
||
|
|
extends "res://network/local_signing_identity_store.gd"
|
||
|
|
|
||
|
|
|
||
|
|
func _ready() -> void:
|
||
|
|
configure("host_identity")
|