Network/ENet: Add DisconnectTimeout event

This commit is contained in:
SirLynix
2022-09-09 12:56:50 +02:00
parent 3f38c52455
commit e063c7b45e
5 changed files with 19 additions and 11 deletions

View File

@@ -246,6 +246,7 @@ namespace Nz
UInt64 m_totalByteReceived;
UInt64 m_totalByteSent;
bool m_isSimulationEnabled;
bool m_timedOut;
};
}