Update Moves - How to Add a New Type
parent
0f7ac6c72d
commit
e653e90cb9
1 changed files with 2 additions and 0 deletions
|
|
@ -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).
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue