paralin/go-dota2

Catch event after SayHello

k0mar12 opened this issue · 0 comments

GDay.

Should i catch some event after SayHello for set playing status?

Or is this enough ?

game := dota2.New(c, log.New())

game.SayHello()
game.SetPlaying(true)

Thanks