Skip to content

Commit

Permalink
Add ToolbarController depends for Trajectories (#9775)
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan authored Aug 27, 2023
1 parent 73e4fed commit c7dc394
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions NetKAN/Trajectories.netkan
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
"spec_version" : 1,
"identifier" : "Trajectories",
"$kref" : "#/ckan/spacedock/396",
"$vref" : "#/ckan/ksp-avc",
"x_netkan_force_v" : true,
"license" : "GPL-3.0",
"tags" : [
"plugin",
"information"
],
"depends" : [
{ "name" : "ModuleManager" }
]
}
spec_version: 1
identifier: Trajectories
$kref: '#/ckan/spacedock/396'
$vref: '#/ckan/ksp-avc'
x_netkan_force_v: true
license: GPL-3.0
tags:
- plugin
- information
depends:
- name: ModuleManager
- name: ToolbarController

0 comments on commit c7dc394

Please sign in to comment.