We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086e3f2 commit 4e5a459Copy full SHA for 4e5a459
README.md
@@ -33,6 +33,8 @@ using com.tvd12.ezyfoxserver.client.request;
33
```csharp
34
var config = EzyClientConfig.builder()
35
.clientName(ZONE_NAME)
36
+ // .enableSSL()
37
+ // .enableDebug()
38
.build();
39
socketClient = new EzyUTClient(config);
40
EzyClients.getInstance().addClient(socketClient);
@@ -95,5 +97,7 @@ while(true)
95
97
96
98
# Used By
99
-1. [hello-csharp](https://github.com/tvd12/ezyfox-server-example/tree/master/hello-csharp)
-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