三国卡牌客户端基础资源仓库
yyl
11 小时以前 da38bd1ed3e888b9d33e191f28d18f4505de6df0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "com.endel.nativewebsocket",
  "version": "1.1.5",
  "description": "WebSocket client for Unity - with no external dependencies (WebGL, Native, Android, iOS, UWP).",
  "license": "Apache 2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/endel/NativeWebSocket.git"
  },
  "author": {
    "name": "Endel Dreyer",
    "email": "endel.dreyer@gmail.com",
    "url": "https://github.com/endel/NativeWebSocket"
  },
  "keywords": [
    "websocket",
    "websockets",
    "native websocket",
    "native websockets"
  ],
  "displayName": "Native WebSockets",
  "unity": "2019.1",
  "dependencies": {},
  "samples": [
  {
      "displayName": "Example",
      "description": "WebSocket Example",
      "path": "Samples~/WebSocketExample"
  } ]
}