Skip to content

Commit

Permalink
move ConnectionAddressType enum to LiteNetLib namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
RevenantX committed May 26, 2016
1 parent 8963fe8 commit 5004508
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions LiteNetLib/NetBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
using Windows.System.Threading;
#endif

public enum ConnectionAddressType
{
IPv4,
IPv6
}

namespace LiteNetLib
{
public enum ConnectionAddressType
{
IPv4,
IPv6
}

internal sealed class FlowMode
{
public int PacketsPerSecond;
Expand Down

0 comments on commit 5004508

Please sign in to comment.