12345678910111213141516171819202122232425262728293031 |
- {
- "gem_name": "Multiplayer",
- "version": "0.0.0",
- "display_name": "Multiplayer",
- "license": "Apache-2.0 Or MIT",
- "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
- "origin": "Open 3D Engine - o3de.org",
- "origin_url": "https://github.com/o3de/o3de",
- "type": "Code",
- "summary": "The Multiplayer Gem provides a public API for multiplayer functionality such as connecting and hosting.",
- "canonical_tags": [
- "Gem"
- ],
- "user_tags": [
- "Multiplayer",
- "Network",
- "Framework"
- ],
- "icon_path": "preview.png",
- "requirements": "",
- "documentation_url": "",
- "external_subdirectories": [
- "Multiplayer_ScriptCanvas"
- ],
- "dependencies": [
- "CertificateManager",
- "Atom_Feature_Common",
- "ImGui"
- ]
- }
|