9899100101102103104105106107108
switch (ActionTypes.valueOf(clientAction)) { case AttackAction: b = new AttackAction(id, name); break; case CompanionAction: b = new CompanionAction(id, name); break; case EmoteAction: b = new EmoteAction(id, name); break; case PickItemAction: