update game_view to handle targeting
This commit is contained in:
parent
972270d667
commit
091855a5ec
@ -15,6 +15,8 @@ func NewView(id int, g *Game) *GameView {
|
||||
CurrentTurn: g.CurrentTurn,
|
||||
CanDraw: g.CanDraw,
|
||||
HasDrawn: g.HasDrawn,
|
||||
QueuedEffect: g.QueuedEffect,
|
||||
TargetReq: g.TargetReq,
|
||||
Status: g.Status,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user