Renamed DoMoveRecoil as MoveRecoil

For easy modification in Move classes
This commit is contained in:
Capt_Segis 2016-09-14 15:12:57 -05:00 committed by GitHub
parent 3b59c6a5d7
commit 8664cae460
1 changed files with 1 additions and 1 deletions

View File

@ -1594,7 +1594,7 @@
'DO NOTHING HERE (will do secondary effect if moves overrides it)
End If
End Sub
Public Overridable Sub DoMoveRecoil(ByVal own As Boolean, ByVal BattleScreen As BattleScreen)
Public Overridable Sub MoveRecoil(ByVal own As Boolean, ByVal BattleScreen As BattleScreen)
'DO NOTHING HERE (will do recoil if moves overrides it)
End Sub