Esempio n. 1
0
 void MoveFarerLeft()
 {
     moveType = Mechanics.ConvertFromStats.MoveType.Simple;
     UnifyMoveFuncLeft(false);
 }
Esempio n. 2
0
 void MoveCloserLeftLight()
 {
     moveType = Mechanics.ConvertFromStats.MoveType.LightAttack;
     UnifyMoveFuncLeft(true);
 }
Esempio n. 3
0
 void MoveCloserLeftMedium()
 {
     moveType = Mechanics.ConvertFromStats.MoveType.MediumAttack;
     UnifyMoveFuncLeft(true);
 }
Esempio n. 4
0
 void MoveCloserLeft()
 {
     moveType = Mechanics.ConvertFromStats.MoveType.Simple;
     UnifyMoveFuncLeft(true);
 }