Client/scripts/channel/matchmaking/match_accepted_message.gd

11 lines
201 B
GDScript3
Raw Permalink Normal View History

2025-03-04 15:25:27 +01:00
class_name MatchAcceptedMessage
extends Message
# gdlint:ignore = class-variable-name
@export var matchId: String
@export var accepted: bool
func get_message_id() -> String:
return "MatchAccepted"