Style cleanup
This commit is contained in:
@@ -13,7 +13,7 @@ public static class TurnChoiceHelper
|
||||
{
|
||||
if (!owner.Library.StaticLibrary.Moves.TryGet(moveName, out var moveData))
|
||||
throw new Exception($"Move '{moveName}' not found in move library.");
|
||||
|
||||
|
||||
move = new LearnedMoveImpl(moveData, MoveLearnMethod.Unknown);
|
||||
}
|
||||
return new MoveChoice(owner, move, targetSide, targetPosition);
|
||||
|
||||
Reference in New Issue
Block a user