Skip to content

Commit

Permalink
[CodeFactor] Apply fixes to commit a90347e
Browse files Browse the repository at this point in the history
  • Loading branch information
code-factor committed Oct 27, 2024
1 parent a90347e commit 175c351
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/MimaSim/MimaSim.Browser/Core/NetworkService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using MimaSim.Core;
using MimaSim.MIMA.Components.Network;

Expand All @@ -8,16 +8,13 @@ public class NetworkService : INetworkService
{
public void Init()
{

}

public void Send(Frame frame)
{

}

public void Receive(Action<Frame> action)
{

}
}

0 comments on commit 175c351

Please sign in to comment.