package gamedata type GameEvent int const ( GameEventPlayerDeath = iota GameEventCharge GameEventNewShot GameEventTargetHit GameEventExplosion )