WIP: Something

This commit is contained in:
Nikolai Rodionov
2025-02-17 17:34:47 +01:00
parent 1323dbf154
commit 37154955d6
6 changed files with 29 additions and 17 deletions

View File

@ -15,7 +15,7 @@ enum Side {
const blue = "attack"
const red = "defend"
const underfined = "unddefined"
const underfined = "undefined"
@export var side: PlayerData.Side = Side.UNDEFINED
@export var active: bool = false