11 lines
204 B
GDScript
11 lines
204 B
GDScript
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
|