You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-06 02:11:06 +09:00
Invalid warning message about status fixed
This commit is contained in:
@@ -35,6 +35,11 @@ namespace Lidgren.Network
|
||||
/// </summary>
|
||||
InitiatedConnect,
|
||||
|
||||
/// <summary>
|
||||
/// Connect was received, but ConnectResponse hasn't been sent yet
|
||||
/// </summary>
|
||||
ReceivedInitiation,
|
||||
|
||||
/// <summary>
|
||||
/// Connect was received and ApprovalMessage released to the application; awaiting Approve() or Deny()
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user