Added new Client Method - .Client

This commit is contained in:
manee_too 2026-05-07 13:07:18 +07:00 committed by GitHub
parent 8397d869c1
commit 8e9d824f69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,8 @@ For Client-sided operations.
```lua
local Client = Warp.Client()
--..or..--
local Client = Warp.Client
```
## `.awaitReady` <Badge type="warning" text="yield" />