Client/scripts/channel/match/current_unix_time_message.gd

13 lines
239 B
GDScript3
Raw Normal View History

2025-03-05 11:35:40 +01:00
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