package query.hessian.accounts;

/**
 * Status of giving item to avatar. Used in result.
 * 
 * @see query.hessian.accounts.GiveItemResult
 * @author andrey.kuprishov
 */
public enum GiveItemStatus {
  Succeeded,
  ShardNotFound,
  AvatarNotFound
}
