Skip to content

Commit 9830886

Browse files
committed
Update Mutant Record to Struct
1 parent 27a7cee commit 9830886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auto-evo/mutations/CommonMutationFunctions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,5 +445,5 @@ private static Hex.HexSide[] SideTraversalOrder(Hex hex, Direction direction, Ra
445445
return TraversalOrder8;
446446
}
447447

448-
public record Mutant(MicrobeSpecies Species, double MP);
448+
public record struct Mutant(MicrobeSpecies Species, double MP);
449449
}

0 commit comments

Comments
 (0)