diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-08-14 09:38:44 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:24:49 +0000 |
| commit | 1c8657b5c10435d32ddb88f1348a03eab3cea1c2 (patch) | |
| tree | e9b2f523a8bc7f8d6542f0177dd9a80b427b8dad | |
| parent | separate Module and IO code (diff) | |
| download | alive-1c8657b5c10435d32ddb88f1348a03eab3cea1c2.tar.gz alive-1c8657b5c10435d32ddb88f1348a03eab3cea1c2.zip | |
fix alv.copilot.udp docs
| -rw-r--r-- | alv/copilot/udp.moon | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/alv/copilot/udp.moon b/alv/copilot/udp.moon index 7058b40..0640189 100644 --- a/alv/copilot/udp.moon +++ b/alv/copilot/udp.moon @@ -1,3 +1,7 @@ +---- +-- Editor Integration UDP Server +-- +-- @classmod UDPServer import udp from require 'socket' import encode, decode from require 'dkjson' import fn_invoke, op_invoke from require 'alv.invoke' |
