WIP: Add a dedicated server option
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
extends Node3D
|
||||
class_name PlayerPlaceholder
|
||||
|
||||
@export var owner_id: int = 0
|
||||
@export var initial_position: Vector3 = Vector3(0, 0, 0)
|
||||
|
Reference in New Issue
Block a user