Skip to content

Commit

Permalink
KcpState.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mischa committed Oct 28, 2023
1 parent a2e0185 commit 5e2ef37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kcp2k/kcp2k/highlevel/KcpPeer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

namespace kcp2k
{
enum KcpState { Connected, Authenticated, Disconnected }

public class KcpPeer
{
// identifier for logging.
Expand Down
4 changes: 4 additions & 0 deletions kcp2k/kcp2k/highlevel/KcpState.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
namespace kcp2k
{
enum KcpState { Connected, Authenticated, Disconnected }
}

0 comments on commit 5e2ef37

Please sign in to comment.