mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 07:00:03 +00:00
20 lines
No EOL
394 B
Lua
20 lines
No EOL
394 B
Lua
-- Warp Library (@Eternity_Devs)
|
|
-- version 1.0.14
|
|
--!strict
|
|
--!native
|
|
--!optimize 2
|
|
local Index = require(script.Index)
|
|
|
|
return {
|
|
Server = Index.Server,
|
|
Client = Index.Client,
|
|
fromServerArray = Index.fromServerArray,
|
|
fromClientArray = Index.fromClientArray,
|
|
|
|
OnSpamSignal = Index.OnSpamSignal,
|
|
|
|
Signal = Index.Signal,
|
|
fromSignalArray = Index.fromSignalArray,
|
|
|
|
buffer = Index.buffer,
|
|
} |