You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-15 22:56:30 +09:00
XML comments added to remove all warnings; Documentation.chm updated
This commit is contained in:
@@ -104,6 +104,11 @@ namespace Lidgren.Network
|
||||
m_isFragment = false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Decrypt a message
|
||||
/// </summary>
|
||||
/// <param name="encryption">The encryption algorithm used to encrypt the message</param>
|
||||
/// <returns>true on success</returns>
|
||||
public bool Decrypt(INetEncryption encryption)
|
||||
{
|
||||
return encryption.Decrypt(this);
|
||||
|
||||
Reference in New Issue
Block a user