Warp/src/init.luau

10 lines
165 B
Text
Raw Normal View History

2024-01-05 12:14:38 +00:00
-- Warp Library (@Eternity_Devs)
2024-01-09 06:26:47 +00:00
-- version 1.0.2
2024-01-05 12:14:38 +00:00
--!strict
--!native
local Index = require(script.Index)
return {
Server = Index.Server,
Client = Index.Client,
}