Client/scripts/channel/matchmaking/match_aborted_message.gd

12 lines
204 B
GDScript3
Raw Normal View History

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