Client/scripts/channel/match/current_unix_time_message.gd
Kevin Schmidt f6e650b671
All checks were successful
Quality Check / Linting (push) Successful in 6s
Quality Check / Linting (pull_request) Successful in 7s
TD-18: Matchmaking UI
2025-03-05 11:35:40 +01:00

12 lines
239 B
GDScript

class_name CurrentUnixTimeMessage
extends Message
const MESSAGE_ID: String = "CurrentUnixTime"
@export var time: int
# gdlint:ignore = class-variable-name
@export var matchId: String
func get_message_id() -> String:
return MESSAGE_ID