WIP: Add a dedicated server option

This commit is contained in:
2025-01-29 23:53:15 +01:00
parent 67e81abad9
commit c62b2d7a09
35 changed files with 651 additions and 86 deletions

View File

@ -1,4 +1,5 @@
extends Node3D
class_name PlayerPlaceholder
@export var owner_id: int = 0
@export var initial_position: Vector3 = Vector3(0, 0, 0)