mirror of
https://github.com/DCFApixels/DragonECS-ClassicThreads.git
synced 2025-09-17 19:24:37 +08:00
25 lines
559 B
JSON
25 lines
559 B
JSON
{
|
|
"name": "com.dcfa_pixels.dragonecs-threads",
|
|
"author":
|
|
{
|
|
"name": "DCFApixels",
|
|
"url": "https://github.com/DCFApixels/DragonECS-Threads"
|
|
},
|
|
"displayName": "DragonECS-Threads",
|
|
"description": "Multithreading for DragonECS",
|
|
"unity": "2020.3",
|
|
"version": "0.2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DCFApixels/DragonECS-Threads.git"
|
|
},
|
|
"keywords":
|
|
[
|
|
"ecs",
|
|
"dragonecs",
|
|
"extension",
|
|
"add-on",
|
|
"multithreads"
|
|
]
|
|
}
|