Warp/src/init.luau

12 lines
249 B
Text
Raw Normal View History

2024-01-05 12:14:38 +00:00
-- Warp Library (@Eternity_Devs)
2024-01-30 06:36:08 +00:00
-- version 1.0.4
2024-01-05 12:14:38 +00:00
--!strict
--!native
local Index = require(script.Index)
return {
Server = Index.Server,
Client = Index.Client,
2024-01-30 06:36:08 +00:00
fromServerArray = Index.fromServerArray,
fromClientArray = Index.fromClientArray,
2024-01-05 12:14:38 +00:00
}