Skip to content

Commit 4e5a459

Browse files
committed
update readme
1 parent 086e3f2 commit 4e5a459

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ using com.tvd12.ezyfoxserver.client.request;
3333
```csharp
3434
var config = EzyClientConfig.builder()
3535
.clientName(ZONE_NAME)
36+
// .enableSSL()
37+
// .enableDebug()
3638
.build();
3739
socketClient = new EzyUTClient(config);
3840
EzyClients.getInstance().addClient(socketClient);
@@ -95,5 +97,7 @@ while(true)
9597

9698
# Used By
9799

98-
1. [hello-csharp](https://github.com/tvd12/ezyfox-server-example/tree/master/hello-csharp)
99-
2. [space-shooter](https://youngmonkeys.org/asset/space-shooter/)
100+
1. [Defi Warrior](https://gamefi.org/games/defi-warrior)
101+
2. [EzySmashers](https://ezysmashers.ezyplatform.com/)
102+
3. ...
103+
4. Your awesome project ✨

0 commit comments

Comments
 (0)