Client/scripts/channel/time/current_unix_time_message.gd
Snoweuph 1531505d2f
All checks were successful
Quality Check / Linting (push) Successful in 6s
Quality Check / Linting (pull_request) Successful in 6s
NOTICKET: Adding WS Structure and Example
2025-02-18 13:02:40 +01:00

8 lines
126 B
GDScript

class_name CurrentUnixTimeMessage
extends Message
var time: int
func get_message_id() -> String:
return "CurrentUnixTime"