mirror of
https://github.com/imezx/Warp.git
synced 2026-06-02 12:18:32 +00:00
Added new Client Method - .Client
This commit is contained in:
parent
8397d869c1
commit
8e9d824f69
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ For Client-sided operations.
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
local Client = Warp.Client()
|
local Client = Warp.Client()
|
||||||
|
--..or..--
|
||||||
|
local Client = Warp.Client
|
||||||
```
|
```
|
||||||
|
|
||||||
## `.awaitReady` <Badge type="warning" text="yield" />
|
## `.awaitReady` <Badge type="warning" text="yield" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue