mirror of
https://github.com/imezx/Warp.git
synced 2026-06-02 12:18:32 +00:00
Added New Method to Get Side
This commit is contained in:
parent
5e972a7b9c
commit
8397d869c1
1 changed files with 6 additions and 1 deletions
|
|
@ -12,6 +12,11 @@ Then, you should do `.Server` or `.Client`
|
|||
```lua
|
||||
local Server = Warp.Server() --> for Server-side only
|
||||
local Client = Warp.Client() --> for Client-side only
|
||||
|
||||
--..or..--
|
||||
|
||||
local Server = Warp.Server
|
||||
local Client = Warp.Client
|
||||
```
|
||||
|
||||
### `Basic Usage`
|
||||
|
|
@ -47,4 +52,4 @@ if not response then
|
|||
return
|
||||
end
|
||||
print(response, "from Server!")
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue