WIP: Spawn bullets on the server and sync them
This commit is contained in:
@ -4,7 +4,6 @@ extends Node3D
|
||||
var owner_placeholder: CharacterBody3D = null
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready() -> void:
|
||||
print("ready")
|
||||
owner_placeholder = _get_owner()
|
||||
pass # Replace with function body.
|
||||
|
||||
|
Reference in New Issue
Block a user