remove comment

This commit is contained in:
2026-02-16 11:29:09 +05:00
parent 2de2f67e46
commit edff3b32c3

View File

@@ -1,9 +1,6 @@
package com.rosetta.messenger.network
/**
* Typing packet (ID: 0x0B)
* Порядок полей как в React Native: privateKey, fromPublicKey, toPublicKey
*/
class PacketTyping : Packet() {
var privateKey: String = ""
var fromPublicKey: String = ""