Add note about required message recycle after message-event

This commit is contained in:
Damian Korczowski
2021-06-21 22:00:09 +02:00
parent 25fe03f5a5
commit 6aece4e388
2 changed files with 2 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ public:
/// <summary>
/// The message when this event is an "message" event - not valid in any other cases.
/// If this is an message-event, make sure to return the message using RecycleMessage function of the peer after processing it!
/// </summary>
API_FIELD();
NetworkMessage Message;