2023-05-28 09:00:47 +08:00
|
|
|
{
|
|
|
|
"name": "com.dcfa_pixels.dragonecs",
|
|
|
|
"author":
|
|
|
|
{
|
|
|
|
"name": "DCFApixels",
|
|
|
|
"url": "https://github.com/DCFApixels"
|
|
|
|
},
|
|
|
|
"displayName": "DragonECS",
|
|
|
|
"description": "C# Entity Component System Framework",
|
|
|
|
"unity": "2020.3",
|
2025-06-04 19:19:49 +08:00
|
|
|
"version": "0.9.15",
|
2023-05-28 09:00:47 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/DCFApixels/DragonECS.git"
|
|
|
|
},
|
2024-03-10 23:10:17 +08:00
|
|
|
"dependencies": { },
|
2023-05-28 09:00:47 +08:00
|
|
|
"keywords":
|
|
|
|
[
|
|
|
|
"ecs",
|
|
|
|
"performance",
|
|
|
|
"dragonecs",
|
2023-06-05 23:20:16 +08:00
|
|
|
"dragon-ecs",
|
2023-05-28 09:00:47 +08:00
|
|
|
"framework"
|
|
|
|
]
|
2023-06-22 15:48:16 +08:00
|
|
|
}
|