ricochet-go/core/chatchannel.go

8 lines
97 B
Go

package core
type ChatChannel struct {
}
func (chat *ChatChannel) SendMessage(text string) {
}