mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 23:20:02 +00:00
10 lines
163 B
Text
10 lines
163 B
Text
|
-- Warp Library (@Eternity_Devs)
|
||
|
-- version 1.0
|
||
|
--!strict
|
||
|
--!native
|
||
|
local Index = require(script.Index)
|
||
|
|
||
|
return {
|
||
|
Server = Index.Server,
|
||
|
Client = Index.Client,
|
||
|
}
|