mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-01-19 19:44:46 +00:00
7 lines
95 B
GDScript
7 lines
95 B
GDScript
class_name Team extends Object
|
|
|
|
var team_id : int
|
|
|
|
func _init(id : int) -> void:
|
|
team_id = id
|