MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / to_dict

Method to_dict

relay/protocol.py:92–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

90 ts: int = Field(default_factory=_timestamp_ms)
91
92 def to_dict(self) -> dict[str, Any]:
93 return self.model_dump(exclude_none=True, by_alias=True)
94
95
96# Unity -> Relay Messages

Calls

no outgoing calls