WIP: Spawn bullets on the server and sync them
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
# ---------------------------------------------------------------------
|
||||
class_name PlayerInput extends CharacterBody3D
|
||||
|
||||
var health: int = 100
|
||||
@export var health: int = 100
|
||||
|
||||
@export_category("PlayerInput")
|
||||
|
||||
|
Reference in New Issue
Block a user