Reworked base

This commit is contained in:
9seconds
2019-08-29 13:16:08 +03:00
parent 09c7ce45d2
commit 07985cf418
26 changed files with 1481 additions and 271 deletions
+7
View File
@@ -0,0 +1,7 @@
package newprotocol
type BaseProtocol struct {
ConnectionType ConnectionType
ConnectionProtocol ConnectionProtocol
DC int16
}