ratz/src/modules/activitylevel/module.go

type Module

func (m *Module) Register() {}

func (m *Module) Unregister() {}

func (m *Module) Name() string {}

func (m *Module) Description() string {}

func (m *Module) Version() string {}

func (m *Module) Author() string {}

func (m *Module) Start() {}

func (m *Module) Stop() {}

func (m *Module) OnMessageCreate() {}