Compentize Workload (#4)
This commit is contained in:
6
common/game_plugin.go
Normal file
6
common/game_plugin.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package common
|
||||
|
||||
type GameModule interface {
|
||||
SendMessage(user string, message string)
|
||||
RecieveMessage(user User, message string)
|
||||
}
|
||||
Reference in New Issue
Block a user