Update Moves - How to Add a New Type

Tanner Van Teeffelen 2025-07-15 11:58:29 -04:00
parent 0f7ac6c72d
commit e653e90cb9

@ -13,6 +13,8 @@ public class PhysicalMove : Move
}
```
Add any additional variables as required.
3. Next, within the MoveConverter.cs class (_/scripts/loaders/_), add an entry into the switch statement that matches the Type string that you set up in the class. In addition, set up a blank object as well (see example below).
```