mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 13:44:03 +03:00
FILE / ScuroNeko/mtg
newprotocol/base_protocol.go
Исходный файл и его история в репозитории.
8 lines
150 B
Go
8 lines
150 B
Go
package newprotocol
|
|
|
|
type BaseProtocol struct {
|
|
ConnectionType ConnectionType
|
|
ConnectionProtocol ConnectionProtocol
|
|
DC int16
|
|
}
|