1234567891011121314151617181920 |
- {
- "name": "at.kairoscope.kairoengine.story-system",
- "displayName": "KairoEngine Story System",
- "version": "0.2.0",
- "unity": "2020.3",
- "description": "Kairoengine story system based on the Ink language.",
- "dependencies": {
- "at.kairoscope.kairoengine.core":"0.2.0",
- "at.kairoscope.kairoengine.ui":"0.2.0",
- "at.kairoscope.thirdparty.ink":"1.0.0",
- "at.kairoscope.thirdparty.unirx":"1.0.0",
- "at.kairoscope.thirdparty.tmpro":"1.0.0",
- "at.kairoscope.thirdparty.sirenix":"1.0.2"
- },
- "repository": {
- "type": "git",
- "url": "https://git.kairoscope.net/kairoengine/story-system.git"
- },
- "author": "Kairoscope"
- }
|