Skip to content

Commit

Permalink
Engine: Mark ActionSet readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
Fayti1703 committed Apr 26, 2024
1 parent 4b921bd commit 0db89bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BinaryMatrixEngine/ActionSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public interface CardSpecification {
public int? ResolveForPlayer(Player player);
}

public struct ActionSet {
public readonly struct ActionSet {
public readonly ActionType type;
public readonly int lane;
public readonly CardSpecification? card;
Expand Down

0 comments on commit 0db89bd

Please sign in to comment.