6 lines
81 B
Go
6 lines
81 B
Go
|
package System
|
||
|
|
||
|
type ICCCStartUpMessage struct {
|
||
|
IPAddressAndPort string
|
||
|
}
|