I have made a skeleton animation and imported it into the game via modding kit. then I have modified action_sets.xml and action_types.xml
I add following code into action_sets.xml:
And I add following code into action_types.xml:
Then I add a C# class Inherited the MissionLogic class:
And add...