mirror of
https://github.com/imezx/Warp.git
synced 2026-06-02 12:18:32 +00:00
Added new Methods
This commit is contained in:
parent
976fc4cd26
commit
0c4864ebcb
1 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ Get the Server operation for server-side.
|
|||
|
||||
```lua
|
||||
-- Server
|
||||
local Server = Warp.Server()
|
||||
local Server = Warp.Server
|
||||
```
|
||||
|
||||
## `.Client` <Badge type="tip" text="client side" />
|
||||
|
|
@ -20,7 +20,7 @@ Get the Client operation for client-side.
|
|||
|
||||
```lua
|
||||
-- Client
|
||||
local Client = Warp.Client()
|
||||
local Client = Warp.Client
|
||||
```
|
||||
|
||||
## `.Buffer` <Badge type="tip" text="universal" />
|
||||
|
|
@ -31,4 +31,4 @@ Get the Buffer util for schema definition.
|
|||
-- Universal (Server & Client)
|
||||
local Buffer = Warp.Buffer()
|
||||
local schema = Buffer.Schema
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue