Skip to content

Commit

Permalink
add skeleton to Configurator
Browse files Browse the repository at this point in the history
  • Loading branch information
I5UCC committed Sep 17, 2024
1 parent ee86b29 commit fd874c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ public class Action
{
public string name { get; set; }
public string type { get; set; }
public string skeleton { get; set; }
public object osc_parameter { get; set; }
public object enabled { get; set; }
public object always { get; set; }
Expand Down

0 comments on commit fd874c6

Please sign in to comment.