Skip to content

Commit

Permalink
add RS warning suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jamrozik committed Jun 10, 2024
1 parent f2eeb74 commit e66e824
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/game-lib/Events/PlayerActionEvent.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
namespace UfoGameLib.Events;
// ReSharper disable MemberCanBePrivate.Global
// Reason: public fields are being serialized and sent over the wire as part of GameSessionTurn
// being given as input to ApiUtils.ToJsonHttpResult.
namespace UfoGameLib.Events;

public class PlayerActionEvent : GameEvent
{
Expand Down

0 comments on commit e66e824

Please sign in to comment.